Shades of Purple Heart #5905CB
Tints of Purple Heart #5905CB
RGB
CMYK
RGB Variations
Color information
#5905CB (or 0x5905CB) is known color: Purple Heart. HEX triplet: 59, 05 and CB. RGB value is (89,5,203). Sum of RGB (Red+Green+Blue) = 89+5+203=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 5 (2.34% from 255 or 1.68% from 297); Blue value is 203 (79.69% from 255 or 68.35% from 297); Max value from RGB is 203 - color contains mainly: blue. Hex color #5905CB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5905CB is #A6FA34. Grayscale: #333333. Windows color (decimal): -10943029 or 13305177. OLE color: 13305177.
HSL color Cylindrical-coordinate representation of color #5905CB: hue angle of 265.45º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5905CB is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 89 | 5 | 203 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.20 |
| HSL | 265.45º | 0.95% | 0.41% | - |
| HSV(B) | 265.45º | 0.98% | 0.8% | - |
| XYZ | 14.95 | 6.54 | 56.97 | - |
| YUV | 52.69 | 212.83 | 153.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 203 | 0.56 | 0.98 | 0 | 0.20 | 265.45 | 0.95 | 0.41 |
| Hex | 59 | 5 | CB | 38 | 62 | 0 | 14 | 109 | 5F | 29 |
| Octal | 131 | 5 | 313 | 70 | 142 | 0 | 24 | 411 | 137 | 51 |
| Binary | 1011001 | 101 | 11001011 | 111000 | 1100010 | 0 | 10100 | 100001001 | 1011111 | 101001 |
Color Harmonies of #5905CB
Complementary color
Monochromatic Colors of #5905CB
Black with #5905CB
Text Example
Text Example
White with #5905CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905CB; }
p { color: rgb(89,5,203); }
H1.HeaderClassName
{
color: #5905CB;
}
.AnyTagClassName
{
color: #5905CB;
}
</style>
background-color css
<style>
a { background-color: #5905CB; }
a { background-color: rgb(89,5,203); }
div.DivClassName
{
background-color: #5905CB;
}
.BgClassName
{
background-color: #5905CB;
}
</style>
border-color css
<style>
span { border-color: #5905CB; }
span { border-color: rgb(89,5,203); }
td.TdClassName
{
border-color: #5905CB;
}
.TagClassName
{
border-color: #5905CB;
}
</style>