Shades of Purple Heart #5D3FB9
Tints of Purple Heart #5D3FB9
RGB
CMYK
RGB Variations
Color information
#5D3FB9 (or 0x5D3FB9) is known color: Purple Heart. HEX triplet: 5D, 3F and B9. RGB value is (93,63,185). Sum of RGB (Red+Green+Blue) = 93+63+185=341 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.27% from 341); Green value is 63 (25% from 255 or 18.48% from 341); Blue value is 185 (72.66% from 255 or 54.25% from 341); Max value from RGB is 185 - color contains mainly: blue. Hex color #5D3FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D3FB9 is #A2C046. Grayscale: #555555. Windows color (decimal): -10666055 or 12140381. OLE color: 12140381.
HSL color Cylindrical-coordinate representation of color #5D3FB9: hue angle of 254.75º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5D3FB9 is Cyan = 0.50, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 93 | 63 | 185 | - |
| CMYK | 0.50 | 0.66 | 0 | 0.27 |
| HSL | 254.75º | 0.49% | 0.49% | - |
| HSV(B) | 254.75º | 0.66% | 0.73% | - |
| XYZ | 15.05 | 9.38 | 46.92 | - |
| YUV | 85.88 | 183.94 | 133.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 63 | 185 | 0.50 | 0.66 | 0 | 0.27 | 254.75 | 0.49 | 0.49 |
| Hex | 5D | 3F | B9 | 32 | 42 | 0 | 1B | FF | 31 | 31 |
| Octal | 135 | 77 | 271 | 62 | 102 | 0 | 33 | 377 | 61 | 61 |
| Binary | 1011101 | 111111 | 10111001 | 110010 | 1000010 | 0 | 11011 | 11111111 | 110001 | 110001 |
Color Harmonies of #5D3FB9
Complementary color
Monochromatic Colors of #5D3FB9
Black with #5D3FB9
Text Example
Text Example
White with #5D3FB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D3FB9; }
p { color: rgb(93,63,185); }
H1.HeaderClassName
{
color: #5D3FB9;
}
.AnyTagClassName
{
color: #5D3FB9;
}
</style>
background-color css
<style>
a { background-color: #5D3FB9; }
a { background-color: rgb(93,63,185); }
div.DivClassName
{
background-color: #5D3FB9;
}
.BgClassName
{
background-color: #5D3FB9;
}
</style>
border-color css
<style>
span { border-color: #5D3FB9; }
span { border-color: rgb(93,63,185); }
td.TdClassName
{
border-color: #5D3FB9;
}
.TagClassName
{
border-color: #5D3FB9;
}
</style>