Shades of Purple Heart #5905CC
Tints of Purple Heart #5905CC
RGB
CMYK
RGB Variations
Color information
#5905CC (or 0x5905CC) is known color: Purple Heart. HEX triplet: 59, 05 and CC. RGB value is (89,5,204). Sum of RGB (Red+Green+Blue) = 89+5+204=298 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.87% from 298); Green value is 5 (2.34% from 255 or 1.68% from 298); Blue value is 204 (80.08% from 255 or 68.46% from 298); Max value from RGB is 204 - color contains mainly: blue. Hex color #5905CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5905CC is #A6FA33. Grayscale: #343434. Windows color (decimal): -10943028 or 13370713. OLE color: 13370713.
HSL color Cylindrical-coordinate representation of color #5905CC: hue angle of 265.33º 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 #5905CC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 5 | 204 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.2 |
| HSL | 265.33º | 0.95% | 0.41% | - |
| HSV(B) | 265.33º | 0.98% | 0.8% | - |
| XYZ | 15.07 | 6.59 | 57.6 | - |
| YUV | 52.8 | 213.33 | 153.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 5 | 204 | 0.56 | 0.98 | 0 | 0.2 | 265.33 | 0.95 | 0.41 |
| Hex | 59 | 5 | CC | 38 | 62 | 0 | 14 | 109 | 5F | 29 |
| Octal | 131 | 5 | 314 | 70 | 142 | 0 | 24 | 411 | 137 | 51 |
| Binary | 1011001 | 101 | 11001100 | 111000 | 1100010 | 0 | 10100 | 100001001 | 1011111 | 101001 |
Color Harmonies of #5905CC
Complementary color
Monochromatic Colors of #5905CC
Black with #5905CC
Text Example
Text Example
White with #5905CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5905CC; }
p { color: rgb(89,5,204); }
H1.HeaderClassName
{
color: #5905CC;
}
.AnyTagClassName
{
color: #5905CC;
}
</style>
background-color css
<style>
a { background-color: #5905CC; }
a { background-color: rgb(89,5,204); }
div.DivClassName
{
background-color: #5905CC;
}
.BgClassName
{
background-color: #5905CC;
}
</style>
border-color css
<style>
span { border-color: #5905CC; }
span { border-color: rgb(89,5,204); }
td.TdClassName
{
border-color: #5905CC;
}
.TagClassName
{
border-color: #5905CC;
}
</style>