Shades of Purple Heart #5901CA
Tints of Purple Heart #5901CA
RGB
CMYK
RGB Variations
Color information
#5901CA (or 0x5901CA) is known color: Purple Heart. HEX triplet: 59, 01 and CA. RGB value is (89,1,202). Sum of RGB (Red+Green+Blue) = 89+1+202=292 (38% of max value = 765). Red value is 89 (35.16% from 255 or 30.48% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 202 (79.30% from 255 or 69.18% from 292); Max value from RGB is 202 - color contains mainly: blue. Hex color #5901CA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5901CA is #A6FE35. Grayscale: #313131. Windows color (decimal): -10944054 or 13238617. OLE color: 13238617.
HSL color Cylindrical-coordinate representation of color #5901CA: hue angle of 266.27º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5901CA is Cyan = 0.56, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 89 | 1 | 202 | - |
| CMYK | 0.56 | 1.00 | 0 | 0.21 |
| HSL | 266.27º | 0.99% | 0.4% | - |
| HSV(B) | 266.27º | 1% | 0.79% | - |
| XYZ | 14.79 | 6.41 | 56.33 | - |
| YUV | 50.23 | 213.65 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 1 | 202 | 0.56 | 1.00 | 0 | 0.21 | 266.27 | 0.99 | 0.4 |
| Hex | 59 | 1 | CA | 38 | 64 | 0 | 15 | 10A | 63 | 28 |
| Octal | 131 | 1 | 312 | 70 | 144 | 0 | 25 | 412 | 143 | 50 |
| Binary | 1011001 | 1 | 11001010 | 111000 | 1100100 | 0 | 10101 | 100001010 | 1100011 | 101000 |
Color Harmonies of #5901CA
Complementary color
Monochromatic Colors of #5901CA
Black with #5901CA
Text Example
Text Example
White with #5901CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5901CA; }
p { color: rgb(89,1,202); }
H1.HeaderClassName
{
color: #5901CA;
}
.AnyTagClassName
{
color: #5901CA;
}
</style>
background-color css
<style>
a { background-color: #5901CA; }
a { background-color: rgb(89,1,202); }
div.DivClassName
{
background-color: #5901CA;
}
.BgClassName
{
background-color: #5901CA;
}
</style>
border-color css
<style>
span { border-color: #5901CA; }
span { border-color: rgb(89,1,202); }
td.TdClassName
{
border-color: #5901CA;
}
.TagClassName
{
border-color: #5901CA;
}
</style>