Shades of Purple Heart #5510CE
Tints of Purple Heart #5510CE
RGB
CMYK
RGB Variations
Color information
#5510CE (or 0x5510CE) is known color: Purple Heart. HEX triplet: 55, 10 and CE. RGB value is (85,16,206). Sum of RGB (Red+Green+Blue) = 85+16+206=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 16 (6.64% from 255 or 5.21% from 307); Blue value is 206 (80.86% from 255 or 67.10% from 307); Max value from RGB is 206 - color contains mainly: blue. Hex color #5510CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510CE is #AAEF31. Grayscale: #393939. Windows color (decimal): -11202354 or 13504597. OLE color: 13504597.
HSL color Cylindrical-coordinate representation of color #5510CE: hue angle of 261.79º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5510CE is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 16 | 206 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.19 |
| HSL | 261.79º | 0.86% | 0.44% | - |
| HSV(B) | 261.79º | 0.92% | 0.81% | - |
| XYZ | 15.07 | 6.76 | 58.9 | - |
| YUV | 58.29 | 211.36 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 206 | 0.59 | 0.92 | 0 | 0.19 | 261.79 | 0.86 | 0.44 |
| Hex | 55 | 10 | CE | 3B | 5C | 0 | 13 | 106 | 56 | 2C |
| Octal | 125 | 20 | 316 | 73 | 134 | 0 | 23 | 406 | 126 | 54 |
| Binary | 1010101 | 10000 | 11001110 | 111011 | 1011100 | 0 | 10011 | 100000110 | 1010110 | 101100 |
Color Harmonies of #5510CE
Complementary color
Monochromatic Colors of #5510CE
Black with #5510CE
Text Example
Text Example
White with #5510CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510CE; }
p { color: rgb(85,16,206); }
H1.HeaderClassName
{
color: #5510CE;
}
.AnyTagClassName
{
color: #5510CE;
}
</style>
background-color css
<style>
a { background-color: #5510CE; }
a { background-color: rgb(85,16,206); }
div.DivClassName
{
background-color: #5510CE;
}
.BgClassName
{
background-color: #5510CE;
}
</style>
border-color css
<style>
span { border-color: #5510CE; }
span { border-color: rgb(85,16,206); }
td.TdClassName
{
border-color: #5510CE;
}
.TagClassName
{
border-color: #5510CE;
}
</style>