Shades of Purple Heart #551FD2
Tints of Purple Heart #551FD2
RGB
CMYK
RGB Variations
Color information
#551FD2 (or 0x551FD2) is known color: Purple Heart. HEX triplet: 55, 1F and D2. RGB value is (85,31,210). Sum of RGB (Red+Green+Blue) = 85+31+210=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 31 (12.5% from 255 or 9.51% from 326); Blue value is 210 (82.42% from 255 or 64.42% from 326); Max value from RGB is 210 - color contains mainly: blue. Hex color #551FD2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FD2 is #AAE02D. Grayscale: #424242. Windows color (decimal): -11198510 or 13770581. OLE color: 13770581.
HSL color Cylindrical-coordinate representation of color #551FD2: hue angle of 258.1º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #551FD2 is Cyan = 0.60, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 31 | 210 | - |
| CMYK | 0.60 | 0.85 | 0 | 0.18 |
| HSL | 258.1º | 0.74% | 0.47% | - |
| HSV(B) | 258.1º | 0.85% | 0.82% | - |
| XYZ | 15.87 | 7.56 | 61.6 | - |
| YUV | 67.55 | 208.39 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 210 | 0.60 | 0.85 | 0 | 0.18 | 258.1 | 0.74 | 0.47 |
| Hex | 55 | 1F | D2 | 3C | 55 | 0 | 12 | 102 | 4A | 2F |
| Octal | 125 | 37 | 322 | 74 | 125 | 0 | 22 | 402 | 112 | 57 |
| Binary | 1010101 | 11111 | 11010010 | 111100 | 1010101 | 0 | 10010 | 100000010 | 1001010 | 101111 |
Color Harmonies of #551FD2
Complementary color
Monochromatic Colors of #551FD2
Black with #551FD2
Text Example
Text Example
White with #551FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FD2; }
p { color: rgb(85,31,210); }
H1.HeaderClassName
{
color: #551FD2;
}
.AnyTagClassName
{
color: #551FD2;
}
</style>
background-color css
<style>
a { background-color: #551FD2; }
a { background-color: rgb(85,31,210); }
div.DivClassName
{
background-color: #551FD2;
}
.BgClassName
{
background-color: #551FD2;
}
</style>
border-color css
<style>
span { border-color: #551FD2; }
span { border-color: rgb(85,31,210); }
td.TdClassName
{
border-color: #551FD2;
}
.TagClassName
{
border-color: #551FD2;
}
</style>