Shades of Purple Heart #5912CB
Tints of Purple Heart #5912CB
RGB
CMYK
RGB Variations
Color information
#5912CB (or 0x5912CB) is known color: Purple Heart. HEX triplet: 59, 12 and CB. RGB value is (89,18,203). Sum of RGB (Red+Green+Blue) = 89+18+203=310 (41% of max value = 765). Red value is 89 (35.16% from 255 or 28.71% from 310); Green value is 18 (7.42% from 255 or 5.81% from 310); Blue value is 203 (79.69% from 255 or 65.48% from 310); Max value from RGB is 203 - color contains mainly: blue. Hex color #5912CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5912CB is #A6ED34. Grayscale: #3B3B3B. Windows color (decimal): -10939701 or 13308505. OLE color: 13308505.
HSL color Cylindrical-coordinate representation of color #5912CB: hue angle of 263.03º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5912CB is Cyan = 0.56, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 18 | 203 | - |
| CMYK | 0.56 | 0.91 | 0 | 0.20 |
| HSL | 263.03º | 0.84% | 0.43% | - |
| HSV(B) | 263.03º | 0.91% | 0.8% | - |
| XYZ | 15.12 | 6.87 | 57.03 | - |
| YUV | 60.32 | 208.52 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 18 | 203 | 0.56 | 0.91 | 0 | 0.20 | 263.03 | 0.84 | 0.43 |
| Hex | 59 | 12 | CB | 38 | 5B | 0 | 14 | 107 | 54 | 2B |
| Octal | 131 | 22 | 313 | 70 | 133 | 0 | 24 | 407 | 124 | 53 |
| Binary | 1011001 | 10010 | 11001011 | 111000 | 1011011 | 0 | 10100 | 100000111 | 1010100 | 101011 |
Color Harmonies of #5912CB
Complementary color
Monochromatic Colors of #5912CB
Black with #5912CB
Text Example
Text Example
White with #5912CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5912CB; }
p { color: rgb(89,18,203); }
H1.HeaderClassName
{
color: #5912CB;
}
.AnyTagClassName
{
color: #5912CB;
}
</style>
background-color css
<style>
a { background-color: #5912CB; }
a { background-color: rgb(89,18,203); }
div.DivClassName
{
background-color: #5912CB;
}
.BgClassName
{
background-color: #5912CB;
}
</style>
border-color css
<style>
span { border-color: #5912CB; }
span { border-color: rgb(89,18,203); }
td.TdClassName
{
border-color: #5912CB;
}
.TagClassName
{
border-color: #5912CB;
}
</style>