Shades of Purple Heart #551ECC
Tints of Purple Heart #551ECC
RGB
CMYK
RGB Variations
Color information
#551ECC (or 0x551ECC) is known color: Purple Heart. HEX triplet: 55, 1E and CC. RGB value is (85,30,204). Sum of RGB (Red+Green+Blue) = 85+30+204=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #551ECC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ECC is #AAE133. Grayscale: #414141. Windows color (decimal): -11198772 or 13377109. OLE color: 13377109.
HSL color Cylindrical-coordinate representation of color #551ECC: hue angle of 258.97º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551ECC is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 30 | 204 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.2 |
| HSL | 258.97º | 0.74% | 0.46% | - |
| HSV(B) | 258.97º | 0.85% | 0.8% | - |
| XYZ | 15.11 | 7.22 | 57.72 | - |
| YUV | 66.28 | 205.72 | 141.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 204 | 0.58 | 0.85 | 0 | 0.2 | 258.97 | 0.74 | 0.46 |
| Hex | 55 | 1E | CC | 3A | 55 | 0 | 14 | 103 | 4A | 2E |
| Octal | 125 | 36 | 314 | 72 | 125 | 0 | 24 | 403 | 112 | 56 |
| Binary | 1010101 | 11110 | 11001100 | 111010 | 1010101 | 0 | 10100 | 100000011 | 1001010 | 101110 |
Color Harmonies of #551ECC
Complementary color
Monochromatic Colors of #551ECC
Black with #551ECC
Text Example
Text Example
White with #551ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ECC; }
p { color: rgb(85,30,204); }
H1.HeaderClassName
{
color: #551ECC;
}
.AnyTagClassName
{
color: #551ECC;
}
</style>
background-color css
<style>
a { background-color: #551ECC; }
a { background-color: rgb(85,30,204); }
div.DivClassName
{
background-color: #551ECC;
}
.BgClassName
{
background-color: #551ECC;
}
</style>
border-color css
<style>
span { border-color: #551ECC; }
span { border-color: rgb(85,30,204); }
td.TdClassName
{
border-color: #551ECC;
}
.TagClassName
{
border-color: #551ECC;
}
</style>