Shades of Purple Heart #5505CE
Tints of Purple Heart #5505CE
RGB
CMYK
RGB Variations
Color information
#5505CE (or 0x5505CE) is known color: Purple Heart. HEX triplet: 55, 05 and CE. RGB value is (85,5,206). Sum of RGB (Red+Green+Blue) = 85+5+206=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 206 (80.86% from 255 or 69.59% from 296); Max value from RGB is 206 - color contains mainly: blue. Hex color #5505CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5505CE is #AAFA31. Grayscale: #333333. Windows color (decimal): -11205170 or 13501781. OLE color: 13501781.
HSL color Cylindrical-coordinate representation of color #5505CE: hue angle of 263.88º degrees, saturation: 0.95, 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 #5505CE is Cyan = 0.59, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 5 | 206 | - |
| CMYK | 0.59 | 0.98 | 0 | 0.19 |
| HSL | 263.88º | 0.95% | 0.41% | - |
| HSV(B) | 263.88º | 0.98% | 0.81% | - |
| XYZ | 14.94 | 6.5 | 58.86 | - |
| YUV | 51.83 | 215 | 151.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 5 | 206 | 0.59 | 0.98 | 0 | 0.19 | 263.88 | 0.95 | 0.41 |
| Hex | 55 | 5 | CE | 3B | 62 | 0 | 13 | 108 | 5F | 29 |
| Octal | 125 | 5 | 316 | 73 | 142 | 0 | 23 | 410 | 137 | 51 |
| Binary | 1010101 | 101 | 11001110 | 111011 | 1100010 | 0 | 10011 | 100001000 | 1011111 | 101001 |
Color Harmonies of #5505CE
Complementary color
Monochromatic Colors of #5505CE
Black with #5505CE
Text Example
Text Example
White with #5505CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5505CE; }
p { color: rgb(85,5,206); }
H1.HeaderClassName
{
color: #5505CE;
}
.AnyTagClassName
{
color: #5505CE;
}
</style>
background-color css
<style>
a { background-color: #5505CE; }
a { background-color: rgb(85,5,206); }
div.DivClassName
{
background-color: #5505CE;
}
.BgClassName
{
background-color: #5505CE;
}
</style>
border-color css
<style>
span { border-color: #5505CE; }
span { border-color: rgb(85,5,206); }
td.TdClassName
{
border-color: #5505CE;
}
.TagClassName
{
border-color: #5505CE;
}
</style>