Shades of Purple Heart #551ECE
Tints of Purple Heart #551ECE
RGB
CMYK
RGB Variations
Color information
#551ECE (or 0x551ECE) is known color: Purple Heart. HEX triplet: 55, 1E and CE. RGB value is (85,30,206). Sum of RGB (Red+Green+Blue) = 85+30+206=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #551ECE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ECE is #AAE131. Grayscale: #414141. Windows color (decimal): -11198770 or 13508181. OLE color: 13508181.
HSL color Cylindrical-coordinate representation of color #551ECE: hue angle of 258.75º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551ECE is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 30 | 206 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.19 |
| HSL | 258.75º | 0.75% | 0.46% | - |
| HSV(B) | 258.75º | 0.85% | 0.81% | - |
| XYZ | 15.35 | 7.32 | 59 | - |
| YUV | 66.51 | 206.72 | 141.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 206 | 0.59 | 0.85 | 0 | 0.19 | 258.75 | 0.75 | 0.46 |
| Hex | 55 | 1E | CE | 3B | 55 | 0 | 13 | 103 | 4B | 2E |
| Octal | 125 | 36 | 316 | 73 | 125 | 0 | 23 | 403 | 113 | 56 |
| Binary | 1010101 | 11110 | 11001110 | 111011 | 1010101 | 0 | 10011 | 100000011 | 1001011 | 101110 |
Color Harmonies of #551ECE
Complementary color
Monochromatic Colors of #551ECE
Black with #551ECE
Text Example
Text Example
White with #551ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ECE; }
p { color: rgb(85,30,206); }
H1.HeaderClassName
{
color: #551ECE;
}
.AnyTagClassName
{
color: #551ECE;
}
</style>
background-color css
<style>
a { background-color: #551ECE; }
a { background-color: rgb(85,30,206); }
div.DivClassName
{
background-color: #551ECE;
}
.BgClassName
{
background-color: #551ECE;
}
</style>
border-color css
<style>
span { border-color: #551ECE; }
span { border-color: rgb(85,30,206); }
td.TdClassName
{
border-color: #551ECE;
}
.TagClassName
{
border-color: #551ECE;
}
</style>