Shades of Purple Heart #550CC9
Tints of Purple Heart #550CC9
RGB
CMYK
RGB Variations
Color information
#550CC9 (or 0x550CC9) is known color: Purple Heart. HEX triplet: 55, 0C and C9. RGB value is (85,12,201). Sum of RGB (Red+Green+Blue) = 85+12+201=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 12 (5.08% from 255 or 4.03% from 298); Blue value is 201 (78.91% from 255 or 67.45% from 298); Max value from RGB is 201 - color contains mainly: blue. Hex color #550CC9 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CC9 is #AAF336. Grayscale: #363636. Windows color (decimal): -11203383 or 13175893. OLE color: 13175893.
HSL color Cylindrical-coordinate representation of color #550CC9: hue angle of 263.17º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CC9 is Cyan = 0.58, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 85 | 12 | 201 | - |
| CMYK | 0.58 | 0.94 | 0 | 0.21 |
| HSL | 263.17º | 0.89% | 0.42% | - |
| HSV(B) | 263.17º | 0.94% | 0.79% | - |
| XYZ | 14.42 | 6.41 | 55.74 | - |
| YUV | 55.37 | 210.18 | 149.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 201 | 0.58 | 0.94 | 0 | 0.21 | 263.17 | 0.89 | 0.42 |
| Hex | 55 | C | C9 | 3A | 5E | 0 | 15 | 107 | 59 | 2A |
| Octal | 125 | 14 | 311 | 72 | 136 | 0 | 25 | 407 | 131 | 52 |
| Binary | 1010101 | 1100 | 11001001 | 111010 | 1011110 | 0 | 10101 | 100000111 | 1011001 | 101010 |
Color Harmonies of #550CC9
Complementary color
Monochromatic Colors of #550CC9
Black with #550CC9
Text Example
Text Example
White with #550CC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CC9; }
p { color: rgb(85,12,201); }
H1.HeaderClassName
{
color: #550CC9;
}
.AnyTagClassName
{
color: #550CC9;
}
</style>
background-color css
<style>
a { background-color: #550CC9; }
a { background-color: rgb(85,12,201); }
div.DivClassName
{
background-color: #550CC9;
}
.BgClassName
{
background-color: #550CC9;
}
</style>
border-color css
<style>
span { border-color: #550CC9; }
span { border-color: rgb(85,12,201); }
td.TdClassName
{
border-color: #550CC9;
}
.TagClassName
{
border-color: #550CC9;
}
</style>