Shades of Purple Heart #551ED9
Tints of Purple Heart #551ED9
RGB
CMYK
RGB Variations
Color information
#551ED9 (or 0x551ED9) is known color: Purple Heart. HEX triplet: 55, 1E and D9. RGB value is (85,30,217). Sum of RGB (Red+Green+Blue) = 85+30+217=332 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.60% from 332); Green value is 30 (12.11% from 255 or 9.04% from 332); Blue value is 217 (85.16% from 255 or 65.36% from 332); Max value from RGB is 217 - color contains mainly: blue. Hex color #551ED9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ED9 is #AAE126. Grayscale: #434343. Windows color (decimal): -11198759 or 14229077. OLE color: 14229077.
HSL color Cylindrical-coordinate representation of color #551ED9: hue angle of 257.65º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551ED9 is Cyan = 0.61, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 85 | 30 | 217 | - |
| CMYK | 0.61 | 0.86 | 0 | 0.15 |
| HSL | 257.65º | 0.76% | 0.48% | - |
| HSV(B) | 257.65º | 0.86% | 0.85% | - |
| XYZ | 16.73 | 7.87 | 66.28 | - |
| YUV | 67.76 | 212.22 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 217 | 0.61 | 0.86 | 0 | 0.15 | 257.65 | 0.76 | 0.48 |
| Hex | 55 | 1E | D9 | 3D | 56 | 0 | F | 102 | 4C | 30 |
| Octal | 125 | 36 | 331 | 75 | 126 | 0 | 17 | 402 | 114 | 60 |
| Binary | 1010101 | 11110 | 11011001 | 111101 | 1010110 | 0 | 1111 | 100000010 | 1001100 | 110000 |
Color Harmonies of #551ED9
Complementary color
Monochromatic Colors of #551ED9
Black with #551ED9
Text Example
Text Example
White with #551ED9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ED9; }
p { color: rgb(85,30,217); }
H1.HeaderClassName
{
color: #551ED9;
}
.AnyTagClassName
{
color: #551ED9;
}
</style>
background-color css
<style>
a { background-color: #551ED9; }
a { background-color: rgb(85,30,217); }
div.DivClassName
{
background-color: #551ED9;
}
.BgClassName
{
background-color: #551ED9;
}
</style>
border-color css
<style>
span { border-color: #551ED9; }
span { border-color: rgb(85,30,217); }
td.TdClassName
{
border-color: #551ED9;
}
.TagClassName
{
border-color: #551ED9;
}
</style>