Shades of Purple Heart #5904CC
Tints of Purple Heart #5904CC
RGB
CMYK
RGB Variations
Color information
#5904CC (or 0x5904CC) is known color: Purple Heart. HEX triplet: 59, 04 and CC. RGB value is (89,4,204). Sum of RGB (Red+Green+Blue) = 89+4+204=297 (39% of max value = 765). Red value is 89 (35.16% from 255 or 29.97% from 297); Green value is 4 (1.95% from 255 or 1.35% from 297); Blue value is 204 (80.08% from 255 or 68.69% from 297); Max value from RGB is 204 - color contains mainly: blue. Hex color #5904CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5904CC is #A6FB33. Grayscale: #333333. Windows color (decimal): -10943284 or 13370457. OLE color: 13370457.
HSL color Cylindrical-coordinate representation of color #5904CC: hue angle of 265.5º degrees, saturation: 0.96, 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 #5904CC is Cyan = 0.56, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 89 | 4 | 204 | - |
| CMYK | 0.56 | 0.98 | 0 | 0.2 |
| HSL | 265.5º | 0.96% | 0.41% | - |
| HSV(B) | 265.5º | 0.98% | 0.8% | - |
| XYZ | 15.06 | 6.57 | 57.6 | - |
| YUV | 52.22 | 213.66 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 89 | 4 | 204 | 0.56 | 0.98 | 0 | 0.2 | 265.5 | 0.96 | 0.41 |
| Hex | 59 | 4 | CC | 38 | 62 | 0 | 14 | 10A | 60 | 29 |
| Octal | 131 | 4 | 314 | 70 | 142 | 0 | 24 | 412 | 140 | 51 |
| Binary | 1011001 | 100 | 11001100 | 111000 | 1100010 | 0 | 10100 | 100001010 | 1100000 | 101001 |
Color Harmonies of #5904CC
Complementary color
Monochromatic Colors of #5904CC
Black with #5904CC
Text Example
Text Example
White with #5904CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5904CC; }
p { color: rgb(89,4,204); }
H1.HeaderClassName
{
color: #5904CC;
}
.AnyTagClassName
{
color: #5904CC;
}
</style>
background-color css
<style>
a { background-color: #5904CC; }
a { background-color: rgb(89,4,204); }
div.DivClassName
{
background-color: #5904CC;
}
.BgClassName
{
background-color: #5904CC;
}
</style>
border-color css
<style>
span { border-color: #5904CC; }
span { border-color: rgb(89,4,204); }
td.TdClassName
{
border-color: #5904CC;
}
.TagClassName
{
border-color: #5904CC;
}
</style>