Shades of Purple Heart #550BCC
Tints of Purple Heart #550BCC
RGB
CMYK
RGB Variations
Color information
#550BCC (or 0x550BCC) is known color: Purple Heart. HEX triplet: 55, 0B and CC. RGB value is (85,11,204). Sum of RGB (Red+Green+Blue) = 85+11+204=300 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.33% from 300); Green value is 11 (4.69% from 255 or 3.67% from 300); Blue value is 204 (80.08% from 255 or 68% from 300); Max value from RGB is 204 - color contains mainly: blue. Hex color #550BCC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550BCC is #AAF433. Grayscale: #363636. Windows color (decimal): -11203636 or 13372245. OLE color: 13372245.
HSL color Cylindrical-coordinate representation of color #550BCC: hue angle of 263.01º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550BCC is Cyan = 0.58, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 85 | 11 | 204 | - |
| CMYK | 0.58 | 0.95 | 0 | 0.2 |
| HSL | 263.01º | 0.9% | 0.42% | - |
| HSV(B) | 263.01º | 0.95% | 0.8% | - |
| XYZ | 14.77 | 6.53 | 57.61 | - |
| YUV | 55.13 | 212.02 | 149.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 204 | 0.58 | 0.95 | 0 | 0.2 | 263.01 | 0.9 | 0.42 |
| Hex | 55 | B | CC | 3A | 5F | 0 | 14 | 107 | 5A | 2A |
| Octal | 125 | 13 | 314 | 72 | 137 | 0 | 24 | 407 | 132 | 52 |
| Binary | 1010101 | 1011 | 11001100 | 111010 | 1011111 | 0 | 10100 | 100000111 | 1011010 | 101010 |
Color Harmonies of #550BCC
Complementary color
Monochromatic Colors of #550BCC
Black with #550BCC
Text Example
Text Example
White with #550BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BCC; }
p { color: rgb(85,11,204); }
H1.HeaderClassName
{
color: #550BCC;
}
.AnyTagClassName
{
color: #550BCC;
}
</style>
background-color css
<style>
a { background-color: #550BCC; }
a { background-color: rgb(85,11,204); }
div.DivClassName
{
background-color: #550BCC;
}
.BgClassName
{
background-color: #550BCC;
}
</style>
border-color css
<style>
span { border-color: #550BCC; }
span { border-color: rgb(85,11,204); }
td.TdClassName
{
border-color: #550BCC;
}
.TagClassName
{
border-color: #550BCC;
}
</style>