Shades of Purple Heart #550CC7
Tints of Purple Heart #550CC7
RGB
CMYK
RGB Variations
Color information
#550CC7 (or 0x550CC7) is known color: Purple Heart. HEX triplet: 55, 0C and C7. RGB value is (85,12,199). Sum of RGB (Red+Green+Blue) = 85+12+199=296 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.72% from 296); Green value is 12 (5.08% from 255 or 4.05% from 296); Blue value is 199 (78.12% from 255 or 67.23% from 296); Max value from RGB is 199 - color contains mainly: blue. Hex color #550CC7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550CC7 is #AAF338. Grayscale: #363636. Windows color (decimal): -11203385 or 13044821. OLE color: 13044821.
HSL color Cylindrical-coordinate representation of color #550CC7: hue angle of 263.42º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550CC7 is Cyan = 0.57, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 12 | 199 | - |
| CMYK | 0.57 | 0.94 | 0 | 0.22 |
| HSL | 263.42º | 0.89% | 0.41% | - |
| HSV(B) | 263.42º | 0.94% | 0.78% | - |
| XYZ | 14.19 | 6.32 | 54.5 | - |
| YUV | 55.15 | 209.18 | 149.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 199 | 0.57 | 0.94 | 0 | 0.22 | 263.42 | 0.89 | 0.41 |
| Hex | 55 | C | C7 | 39 | 5E | 0 | 16 | 107 | 59 | 29 |
| Octal | 125 | 14 | 307 | 71 | 136 | 0 | 26 | 407 | 131 | 51 |
| Binary | 1010101 | 1100 | 11000111 | 111001 | 1011110 | 0 | 10110 | 100000111 | 1011001 | 101001 |
Color Harmonies of #550CC7
Complementary color
Monochromatic Colors of #550CC7
Black with #550CC7
Text Example
Text Example
White with #550CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CC7; }
p { color: rgb(85,12,199); }
H1.HeaderClassName
{
color: #550CC7;
}
.AnyTagClassName
{
color: #550CC7;
}
</style>
background-color css
<style>
a { background-color: #550CC7; }
a { background-color: rgb(85,12,199); }
div.DivClassName
{
background-color: #550CC7;
}
.BgClassName
{
background-color: #550CC7;
}
</style>
border-color css
<style>
span { border-color: #550CC7; }
span { border-color: rgb(85,12,199); }
td.TdClassName
{
border-color: #550CC7;
}
.TagClassName
{
border-color: #550CC7;
}
</style>