Shades of Purple Heart #551FCD
Tints of Purple Heart #551FCD
RGB
CMYK
RGB Variations
Color information
#551FCD (or 0x551FCD) is known color: Purple Heart. HEX triplet: 55, 1F and CD. RGB value is (85,31,205). Sum of RGB (Red+Green+Blue) = 85+31+205=321 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.48% from 321); Green value is 31 (12.5% from 255 or 9.66% from 321); Blue value is 205 (80.47% from 255 or 63.86% from 321); Max value from RGB is 205 - color contains mainly: blue. Hex color #551FCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551FCD is #AAE032. Grayscale: #424242. Windows color (decimal): -11198515 or 13442901. OLE color: 13442901.
HSL color Cylindrical-coordinate representation of color #551FCD: hue angle of 258.62º 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 #551FCD is Cyan = 0.59, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 31 | 205 | - |
| CMYK | 0.59 | 0.85 | 0 | 0.20 |
| HSL | 258.62º | 0.74% | 0.46% | - |
| HSV(B) | 258.62º | 0.85% | 0.8% | - |
| XYZ | 15.26 | 7.32 | 58.37 | - |
| YUV | 66.98 | 205.89 | 140.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 31 | 205 | 0.59 | 0.85 | 0 | 0.20 | 258.62 | 0.74 | 0.46 |
| Hex | 55 | 1F | CD | 3B | 55 | 0 | 14 | 103 | 4A | 2E |
| Octal | 125 | 37 | 315 | 73 | 125 | 0 | 24 | 403 | 112 | 56 |
| Binary | 1010101 | 11111 | 11001101 | 111011 | 1010101 | 0 | 10100 | 100000011 | 1001010 | 101110 |
Color Harmonies of #551FCD
Complementary color
Monochromatic Colors of #551FCD
Black with #551FCD
Text Example
Text Example
White with #551FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551FCD; }
p { color: rgb(85,31,205); }
H1.HeaderClassName
{
color: #551FCD;
}
.AnyTagClassName
{
color: #551FCD;
}
</style>
background-color css
<style>
a { background-color: #551FCD; }
a { background-color: rgb(85,31,205); }
div.DivClassName
{
background-color: #551FCD;
}
.BgClassName
{
background-color: #551FCD;
}
</style>
border-color css
<style>
span { border-color: #551FCD; }
span { border-color: rgb(85,31,205); }
td.TdClassName
{
border-color: #551FCD;
}
.TagClassName
{
border-color: #551FCD;
}
</style>