Shades of Purple Heart #5510CF
Tints of Purple Heart #5510CF
RGB
CMYK
RGB Variations
Color information
#5510CF (or 0x5510CF) is known color: Purple Heart. HEX triplet: 55, 10 and CF. RGB value is (85,16,207). Sum of RGB (Red+Green+Blue) = 85+16+207=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 16 (6.64% from 255 or 5.19% from 308); Blue value is 207 (81.25% from 255 or 67.21% from 308); Max value from RGB is 207 - color contains mainly: blue. Hex color #5510CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5510CF is #AAEF30. Grayscale: #393939. Windows color (decimal): -11202353 or 13570133. OLE color: 13570133.
HSL color Cylindrical-coordinate representation of color #5510CF: hue angle of 261.68º 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 #5510CF is Cyan = 0.59, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 16 | 207 | - |
| CMYK | 0.59 | 0.92 | 0 | 0.19 |
| HSL | 261.68º | 0.86% | 0.44% | - |
| HSV(B) | 261.68º | 0.92% | 0.81% | - |
| XYZ | 15.19 | 6.81 | 59.54 | - |
| YUV | 58.41 | 211.86 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 16 | 207 | 0.59 | 0.92 | 0 | 0.19 | 261.68 | 0.86 | 0.44 |
| Hex | 55 | 10 | CF | 3B | 5C | 0 | 13 | 106 | 56 | 2C |
| Octal | 125 | 20 | 317 | 73 | 134 | 0 | 23 | 406 | 126 | 54 |
| Binary | 1010101 | 10000 | 11001111 | 111011 | 1011100 | 0 | 10011 | 100000110 | 1010110 | 101100 |
Color Harmonies of #5510CF
Complementary color
Monochromatic Colors of #5510CF
Black with #5510CF
Text Example
Text Example
White with #5510CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5510CF; }
p { color: rgb(85,16,207); }
H1.HeaderClassName
{
color: #5510CF;
}
.AnyTagClassName
{
color: #5510CF;
}
</style>
background-color css
<style>
a { background-color: #5510CF; }
a { background-color: rgb(85,16,207); }
div.DivClassName
{
background-color: #5510CF;
}
.BgClassName
{
background-color: #5510CF;
}
</style>
border-color css
<style>
span { border-color: #5510CF; }
span { border-color: rgb(85,16,207); }
td.TdClassName
{
border-color: #5510CF;
}
.TagClassName
{
border-color: #5510CF;
}
</style>