Shades of Purple Heart #5D2BC8
Tints of Purple Heart #5D2BC8
RGB
CMYK
RGB Variations
Color information
#5D2BC8 (or 0x5D2BC8) is known color: Purple Heart. HEX triplet: 5D, 2B and C8. RGB value is (93,43,200). Sum of RGB (Red+Green+Blue) = 93+43+200=336 (44% of max value = 765). Red value is 93 (36.72% from 255 or 27.68% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 200 (78.52% from 255 or 59.52% from 336); Max value from RGB is 200 - color contains mainly: blue. Hex color #5D2BC8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5D2BC8 is #A2D437. Grayscale: #4B4B4B. Windows color (decimal): -10671160 or 13118301. OLE color: 13118301.
HSL color Cylindrical-coordinate representation of color #5D2BC8: hue angle of 259.11º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5D2BC8 is Cyan = 0.54, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 93 | 43 | 200 | - |
| CMYK | 0.54 | 0.78 | 0 | 0.22 |
| HSL | 259.11º | 0.65% | 0.48% | - |
| HSV(B) | 259.11º | 0.79% | 0.78% | - |
| XYZ | 15.8 | 8.23 | 55.4 | - |
| YUV | 75.85 | 198.07 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 93 | 43 | 200 | 0.54 | 0.78 | 0 | 0.22 | 259.11 | 0.65 | 0.48 |
| Hex | 5D | 2B | C8 | 36 | 4E | 0 | 16 | 103 | 41 | 30 |
| Octal | 135 | 53 | 310 | 66 | 116 | 0 | 26 | 403 | 101 | 60 |
| Binary | 1011101 | 101011 | 11001000 | 110110 | 1001110 | 0 | 10110 | 100000011 | 1000001 | 110000 |
Color Harmonies of #5D2BC8
Complementary color
Monochromatic Colors of #5D2BC8
Black with #5D2BC8
Text Example
Text Example
White with #5D2BC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5D2BC8; }
p { color: rgb(93,43,200); }
H1.HeaderClassName
{
color: #5D2BC8;
}
.AnyTagClassName
{
color: #5D2BC8;
}
</style>
background-color css
<style>
a { background-color: #5D2BC8; }
a { background-color: rgb(93,43,200); }
div.DivClassName
{
background-color: #5D2BC8;
}
.BgClassName
{
background-color: #5D2BC8;
}
</style>
border-color css
<style>
span { border-color: #5D2BC8; }
span { border-color: rgb(93,43,200); }
td.TdClassName
{
border-color: #5D2BC8;
}
.TagClassName
{
border-color: #5D2BC8;
}
</style>