Shades of Purple Heart #551CD0
Tints of Purple Heart #551CD0
RGB
CMYK
RGB Variations
Color information
#551CD0 (or 0x551CD0) is known color: Purple Heart. HEX triplet: 55, 1C and D0. RGB value is (85,28,208). Sum of RGB (Red+Green+Blue) = 85+28+208=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 28 (11.33% from 255 or 8.72% from 321); Blue value is 208 (81.64% from 255 or 64.80% from 321); Max value from RGB is 208 - color contains mainly: blue. Hex color #551CD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CD0 is #AAE32F. Grayscale: #404040. Windows color (decimal): -11199280 or 13638741. OLE color: 13638741.
HSL color Cylindrical-coordinate representation of color #551CD0: hue angle of 259º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #551CD0 is Cyan = 0.59, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 85 | 28 | 208 | - |
| CMYK | 0.59 | 0.87 | 0 | 0.18 |
| HSL | 259º | 0.76% | 0.46% | - |
| HSV(B) | 259º | 0.87% | 0.82% | - |
| XYZ | 15.55 | 7.32 | 60.27 | - |
| YUV | 65.56 | 208.38 | 141.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 208 | 0.59 | 0.87 | 0 | 0.18 | 259 | 0.76 | 0.46 |
| Hex | 55 | 1C | D0 | 3B | 57 | 0 | 12 | 103 | 4C | 2E |
| Octal | 125 | 34 | 320 | 73 | 127 | 0 | 22 | 403 | 114 | 56 |
| Binary | 1010101 | 11100 | 11010000 | 111011 | 1010111 | 0 | 10010 | 100000011 | 1001100 | 101110 |
Color Harmonies of #551CD0
Complementary color
Monochromatic Colors of #551CD0
Black with #551CD0
Text Example
Text Example
White with #551CD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CD0; }
p { color: rgb(85,28,208); }
H1.HeaderClassName
{
color: #551CD0;
}
.AnyTagClassName
{
color: #551CD0;
}
</style>
background-color css
<style>
a { background-color: #551CD0; }
a { background-color: rgb(85,28,208); }
div.DivClassName
{
background-color: #551CD0;
}
.BgClassName
{
background-color: #551CD0;
}
</style>
border-color css
<style>
span { border-color: #551CD0; }
span { border-color: rgb(85,28,208); }
td.TdClassName
{
border-color: #551CD0;
}
.TagClassName
{
border-color: #551CD0;
}
</style>