Shades of Purple Heart #5517CE
Tints of Purple Heart #5517CE
RGB
CMYK
RGB Variations
Color information
#5517CE (or 0x5517CE) is known color: Purple Heart. HEX triplet: 55, 17 and CE. RGB value is (85,23,206). Sum of RGB (Red+Green+Blue) = 85+23+206=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 23 (9.38% from 255 or 7.32% from 314); Blue value is 206 (80.86% from 255 or 65.61% from 314); Max value from RGB is 206 - color contains mainly: blue. Hex color #5517CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5517CE is #AAE831. Grayscale: #3D3D3D. Windows color (decimal): -11200562 or 13506389. OLE color: 13506389.
HSL color Cylindrical-coordinate representation of color #5517CE: hue angle of 260.33º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5517CE is Cyan = 0.59, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 23 | 206 | - |
| CMYK | 0.59 | 0.89 | 0 | 0.19 |
| HSL | 260.33º | 0.8% | 0.45% | - |
| HSV(B) | 260.33º | 0.89% | 0.81% | - |
| XYZ | 15.19 | 7 | 58.94 | - |
| YUV | 62.4 | 209.04 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 23 | 206 | 0.59 | 0.89 | 0 | 0.19 | 260.33 | 0.8 | 0.45 |
| Hex | 55 | 17 | CE | 3B | 59 | 0 | 13 | 104 | 50 | 2D |
| Octal | 125 | 27 | 316 | 73 | 131 | 0 | 23 | 404 | 120 | 55 |
| Binary | 1010101 | 10111 | 11001110 | 111011 | 1011001 | 0 | 10011 | 100000100 | 1010000 | 101101 |
Color Harmonies of #5517CE
Complementary color
Monochromatic Colors of #5517CE
Black with #5517CE
Text Example
Text Example
White with #5517CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5517CE; }
p { color: rgb(85,23,206); }
H1.HeaderClassName
{
color: #5517CE;
}
.AnyTagClassName
{
color: #5517CE;
}
</style>
background-color css
<style>
a { background-color: #5517CE; }
a { background-color: rgb(85,23,206); }
div.DivClassName
{
background-color: #5517CE;
}
.BgClassName
{
background-color: #5517CE;
}
</style>
border-color css
<style>
span { border-color: #5517CE; }
span { border-color: rgb(85,23,206); }
td.TdClassName
{
border-color: #5517CE;
}
.TagClassName
{
border-color: #5517CE;
}
</style>