Shades of Purple Heart #551ECD
Tints of Purple Heart #551ECD
RGB
CMYK
RGB Variations
Color information
#551ECD (or 0x551ECD) is known color: Purple Heart. HEX triplet: 55, 1E and CD. RGB value is (85,30,205). Sum of RGB (Red+Green+Blue) = 85+30+205=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 30 (12.11% from 255 or 9.38% from 320); Blue value is 205 (80.47% from 255 or 64.06% from 320); Max value from RGB is 205 - color contains mainly: blue. Hex color #551ECD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ECD is #AAE132. Grayscale: #414141. Windows color (decimal): -11198771 or 13442645. OLE color: 13442645.
HSL color Cylindrical-coordinate representation of color #551ECD: hue angle of 258.86º 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 #551ECD is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 30 | 205 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.20 |
| HSL | 258.86º | 0.74% | 0.46% | - |
| HSV(B) | 258.86º | 0.85% | 0.8% | - |
| XYZ | 15.23 | 7.27 | 58.36 | - |
| YUV | 66.4 | 206.22 | 141.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 205 | 0.59 | 0.85 | 0 | 0.20 | 258.86 | 0.74 | 0.46 |
| Hex | 55 | 1E | CD | 3B | 55 | 0 | 14 | 103 | 4A | 2E |
| Octal | 125 | 36 | 315 | 73 | 125 | 0 | 24 | 403 | 112 | 56 |
| Binary | 1010101 | 11110 | 11001101 | 111011 | 1010101 | 0 | 10100 | 100000011 | 1001010 | 101110 |
Color Harmonies of #551ECD
Complementary color
Monochromatic Colors of #551ECD
Black with #551ECD
Text Example
Text Example
White with #551ECD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ECD; }
p { color: rgb(85,30,205); }
H1.HeaderClassName
{
color: #551ECD;
}
.AnyTagClassName
{
color: #551ECD;
}
</style>
background-color css
<style>
a { background-color: #551ECD; }
a { background-color: rgb(85,30,205); }
div.DivClassName
{
background-color: #551ECD;
}
.BgClassName
{
background-color: #551ECD;
}
</style>
border-color css
<style>
span { border-color: #551ECD; }
span { border-color: rgb(85,30,205); }
td.TdClassName
{
border-color: #551ECD;
}
.TagClassName
{
border-color: #551ECD;
}
</style>