Shades of Purple Heart #5504CE
Tints of Purple Heart #5504CE
RGB
CMYK
RGB Variations
Color information
#5504CE (or 0x5504CE) is known color: Purple Heart. HEX triplet: 55, 04 and CE. RGB value is (85,4,206). Sum of RGB (Red+Green+Blue) = 85+4+206=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 4 (1.95% from 255 or 1.36% from 295); Blue value is 206 (80.86% from 255 or 69.83% from 295); Max value from RGB is 206 - color contains mainly: blue. Hex color #5504CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5504CE is #AAFB31. Grayscale: #323232. Windows color (decimal): -11205426 or 13501525. OLE color: 13501525.
HSL color Cylindrical-coordinate representation of color #5504CE: hue angle of 264.06º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5504CE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 4 | 206 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.19 |
| HSL | 264.06º | 0.96% | 0.41% | - |
| HSV(B) | 264.06º | 0.98% | 0.81% | - |
| XYZ | 14.93 | 6.47 | 58.86 | - |
| YUV | 51.25 | 215.34 | 152.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 4 | 206 | 0.59 | 0.98 | 0 | 0.19 | 264.06 | 0.96 | 0.41 |
| Hex | 55 | 4 | CE | 3B | 62 | 0 | 13 | 108 | 60 | 29 |
| Octal | 125 | 4 | 316 | 73 | 142 | 0 | 23 | 410 | 140 | 51 |
| Binary | 1010101 | 100 | 11001110 | 111011 | 1100010 | 0 | 10011 | 100001000 | 1100000 | 101001 |
Color Harmonies of #5504CE
Complementary color
Monochromatic Colors of #5504CE
Black with #5504CE
Text Example
Text Example
White with #5504CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5504CE; }
p { color: rgb(85,4,206); }
H1.HeaderClassName
{
color: #5504CE;
}
.AnyTagClassName
{
color: #5504CE;
}
</style>
background-color css
<style>
a { background-color: #5504CE; }
a { background-color: rgb(85,4,206); }
div.DivClassName
{
background-color: #5504CE;
}
.BgClassName
{
background-color: #5504CE;
}
</style>
border-color css
<style>
span { border-color: #5504CE; }
span { border-color: rgb(85,4,206); }
td.TdClassName
{
border-color: #5504CE;
}
.TagClassName
{
border-color: #5504CE;
}
</style>