Shades of Purple Heart #551ECB
Tints of Purple Heart #551ECB
RGB
CMYK
RGB Variations
Color information
#551ECB (or 0x551ECB) is known color: Purple Heart. HEX triplet: 55, 1E and CB. RGB value is (85,30,203). Sum of RGB (Red+Green+Blue) = 85+30+203=318 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.73% from 318); Green value is 30 (12.11% from 255 or 9.43% from 318); Blue value is 203 (79.69% from 255 or 63.84% from 318); Max value from RGB is 203 - color contains mainly: blue. Hex color #551ECB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #551ECB is #AAE134. Grayscale: #414141. Windows color (decimal): -11198773 or 13311573. OLE color: 13311573.
HSL color Cylindrical-coordinate representation of color #551ECB: hue angle of 259.08º 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 #551ECB is Cyan = 0.58, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 85 | 30 | 203 | - |
| CMYK | 0.58 | 0.85 | 0 | 0.20 |
| HSL | 259.08º | 0.74% | 0.46% | - |
| HSV(B) | 259.08º | 0.85% | 0.8% | - |
| XYZ | 14.99 | 7.17 | 57.09 | - |
| YUV | 66.17 | 205.22 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 30 | 203 | 0.58 | 0.85 | 0 | 0.20 | 259.08 | 0.74 | 0.46 |
| Hex | 55 | 1E | CB | 3A | 55 | 0 | 14 | 103 | 4A | 2E |
| Octal | 125 | 36 | 313 | 72 | 125 | 0 | 24 | 403 | 112 | 56 |
| Binary | 1010101 | 11110 | 11001011 | 111010 | 1010101 | 0 | 10100 | 100000011 | 1001010 | 101110 |
Color Harmonies of #551ECB
Complementary color
Monochromatic Colors of #551ECB
Black with #551ECB
Text Example
Text Example
White with #551ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #551ECB; }
p { color: rgb(85,30,203); }
H1.HeaderClassName
{
color: #551ECB;
}
.AnyTagClassName
{
color: #551ECB;
}
</style>
background-color css
<style>
a { background-color: #551ECB; }
a { background-color: rgb(85,30,203); }
div.DivClassName
{
background-color: #551ECB;
}
.BgClassName
{
background-color: #551ECB;
}
</style>
border-color css
<style>
span { border-color: #551ECB; }
span { border-color: rgb(85,30,203); }
td.TdClassName
{
border-color: #551ECB;
}
.TagClassName
{
border-color: #551ECB;
}
</style>