Shades of Purple Heart #551CCD
Tints of Purple Heart #551CCD
RGB
CMYK
RGB Variations
Color information
#551CCD (or 0x551CCD) is known color: Purple Heart. HEX triplet: 55, 1C and CD. RGB value is (85,28,205). Sum of RGB (Red+Green+Blue) = 85+28+205=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 28 (11.33% from 255 or 8.81% from 318); Blue value is 205 (80.47% from 255 or 64.47% from 318); Max value from RGB is 205 - color contains mainly: blue. Hex color #551CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551CCD is #AAE332. Grayscale: #404040. Windows color (decimal): -11199283 or 13442133. OLE color: 13442133.
HSL color Cylindrical-coordinate representation of color #551CCD: hue angle of 259.32º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #551CCD is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 28 | 205 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.20 |
| HSL | 259.32º | 0.76% | 0.46% | - |
| HSV(B) | 259.32º | 0.86% | 0.8% | - |
| XYZ | 15.18 | 7.17 | 58.34 | - |
| YUV | 65.22 | 206.88 | 142.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 28 | 205 | 0.59 | 0.86 | 0 | 0.20 | 259.32 | 0.76 | 0.46 |
| Hex | 55 | 1C | CD | 3B | 56 | 0 | 14 | 103 | 4C | 2E |
| Octal | 125 | 34 | 315 | 73 | 126 | 0 | 24 | 403 | 114 | 56 |
| Binary | 1010101 | 11100 | 11001101 | 111011 | 1010110 | 0 | 10100 | 100000011 | 1001100 | 101110 |
Color Harmonies of #551CCD
Complementary color
Monochromatic Colors of #551CCD
Black with #551CCD
Text Example
Text Example
White with #551CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551CCD; }
p { color: rgb(85,28,205); }
H1.HeaderClassName
{
color: #551CCD;
}
.AnyTagClassName
{
color: #551CCD;
}
</style>
background-color css
<style>
a { background-color: #551CCD; }
a { background-color: rgb(85,28,205); }
div.DivClassName
{
background-color: #551CCD;
}
.BgClassName
{
background-color: #551CCD;
}
</style>
border-color css
<style>
span { border-color: #551CCD; }
span { border-color: rgb(85,28,205); }
td.TdClassName
{
border-color: #551CCD;
}
.TagClassName
{
border-color: #551CCD;
}
</style>