Shades of Purple Heart #550CCE
Tints of Purple Heart #550CCE
RGB
CMYK
RGB Variations
Color information
#550CCE (or 0x550CCE) is known color: Purple Heart. HEX triplet: 55, 0C and CE. RGB value is (85,12,206). Sum of RGB (Red+Green+Blue) = 85+12+206=303 (40% of max value = 765). Red value is 85 (33.59% from 255 or 28.05% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 206 (80.86% from 255 or 67.99% from 303); Max value from RGB is 206 - color contains mainly: blue. Hex color #550CCE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CCE is #AAF331. Grayscale: #373737. Windows color (decimal): -11203378 or 13503573. OLE color: 13503573.
HSL color Cylindrical-coordinate representation of color #550CCE: hue angle of 262.58º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CCE is Cyan = 0.59, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 85 | 12 | 206 | - |
| CMYK | 0.59 | 0.94 | 0 | 0.19 |
| HSL | 262.58º | 0.89% | 0.43% | - |
| HSV(B) | 262.58º | 0.94% | 0.81% | - |
| XYZ | 15.02 | 6.65 | 58.88 | - |
| YUV | 55.94 | 212.68 | 148.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 206 | 0.59 | 0.94 | 0 | 0.19 | 262.58 | 0.89 | 0.43 |
| Hex | 55 | C | CE | 3B | 5E | 0 | 13 | 107 | 59 | 2B |
| Octal | 125 | 14 | 316 | 73 | 136 | 0 | 23 | 407 | 131 | 53 |
| Binary | 1010101 | 1100 | 11001110 | 111011 | 1011110 | 0 | 10011 | 100000111 | 1011001 | 101011 |
Color Harmonies of #550CCE
Complementary color
Monochromatic Colors of #550CCE
Black with #550CCE
Text Example
Text Example
White with #550CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CCE; }
p { color: rgb(85,12,206); }
H1.HeaderClassName
{
color: #550CCE;
}
.AnyTagClassName
{
color: #550CCE;
}
</style>
background-color css
<style>
a { background-color: #550CCE; }
a { background-color: rgb(85,12,206); }
div.DivClassName
{
background-color: #550CCE;
}
.BgClassName
{
background-color: #550CCE;
}
</style>
border-color css
<style>
span { border-color: #550CCE; }
span { border-color: rgb(85,12,206); }
td.TdClassName
{
border-color: #550CCE;
}
.TagClassName
{
border-color: #550CCE;
}
</style>