Shades of Purple Heart #551ECF
Tints of Purple Heart #551ECF
RGB
CMYK
RGB Variations
Color information
#551ECF (or 0x551ECF) is known color: Purple Heart. HEX triplet: 55, 1E and CF. RGB value is (85,30,207). Sum of RGB (Red+Green+Blue) = 85+30+207=322 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.40% from 322); Green value is 30 (12.11% from 255 or 9.32% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #551ECF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ECF is #AAE130. Grayscale: #414141. Windows color (decimal): -11198769 or 13573717. OLE color: 13573717.
HSL color Cylindrical-coordinate representation of color #551ECF: hue angle of 258.64º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551ECF is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 30 | 207 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.19 |
| HSL | 258.64º | 0.75% | 0.46% | - |
| HSV(B) | 258.64º | 0.86% | 0.81% | - |
| XYZ | 15.47 | 7.36 | 59.64 | - |
| YUV | 66.62 | 207.22 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 207 | 0.59 | 0.86 | 0 | 0.19 | 258.64 | 0.75 | 0.46 |
| Hex | 55 | 1E | CF | 3B | 56 | 0 | 13 | 103 | 4B | 2E |
| Octal | 125 | 36 | 317 | 73 | 126 | 0 | 23 | 403 | 113 | 56 |
| Binary | 1010101 | 11110 | 11001111 | 111011 | 1010110 | 0 | 10011 | 100000011 | 1001011 | 101110 |
Color Harmonies of #551ECF
Complementary color
Monochromatic Colors of #551ECF
Black with #551ECF
Text Example
Text Example
White with #551ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ECF; }
p { color: rgb(85,30,207); }
H1.HeaderClassName
{
color: #551ECF;
}
.AnyTagClassName
{
color: #551ECF;
}
</style>
background-color css
<style>
a { background-color: #551ECF; }
a { background-color: rgb(85,30,207); }
div.DivClassName
{
background-color: #551ECF;
}
.BgClassName
{
background-color: #551ECF;
}
</style>
border-color css
<style>
span { border-color: #551ECF; }
span { border-color: rgb(85,30,207); }
td.TdClassName
{
border-color: #551ECF;
}
.TagClassName
{
border-color: #551ECF;
}
</style>