Shades of Purple Heart #550BAC
Tints of Purple Heart #550BAC
RGB
CMYK
RGB Variations
Color information
#550BAC (or 0x550BAC) is known color: Purple Heart. HEX triplet: 55, 0B and AC. RGB value is (85,11,172). Sum of RGB (Red+Green+Blue) = 85+11+172=268 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.72% from 268); Green value is 11 (4.69% from 255 or 4.10% from 268); Blue value is 172 (67.58% from 255 or 64.18% from 268); Max value from RGB is 172 - color contains mainly: blue. Hex color #550BAC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550BAC is #AAF453. Grayscale: #323232. Windows color (decimal): -11203668 or 11275093. OLE color: 11275093.
HSL color Cylindrical-coordinate representation of color #550BAC: hue angle of 267.58º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #550BAC is Cyan = 0.51, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 85 | 11 | 172 | - |
| CMYK | 0.51 | 0.94 | 0 | 0.33 |
| HSL | 267.58º | 0.88% | 0.36% | - |
| HSV(B) | 267.58º | 0.94% | 0.67% | - |
| XYZ | 11.31 | 5.15 | 39.43 | - |
| YUV | 51.48 | 196.02 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 11 | 172 | 0.51 | 0.94 | 0 | 0.33 | 267.58 | 0.88 | 0.36 |
| Hex | 55 | B | AC | 33 | 5E | 0 | 21 | 10C | 58 | 24 |
| Octal | 125 | 13 | 254 | 63 | 136 | 0 | 41 | 414 | 130 | 44 |
| Binary | 1010101 | 1011 | 10101100 | 110011 | 1011110 | 0 | 100001 | 100001100 | 1011000 | 100100 |
Color Harmonies of #550BAC
Complementary color
Monochromatic Colors of #550BAC
Black with #550BAC
Text Example
Text Example
White with #550BAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550BAC; }
p { color: rgb(85,11,172); }
H1.HeaderClassName
{
color: #550BAC;
}
.AnyTagClassName
{
color: #550BAC;
}
</style>
background-color css
<style>
a { background-color: #550BAC; }
a { background-color: rgb(85,11,172); }
div.DivClassName
{
background-color: #550BAC;
}
.BgClassName
{
background-color: #550BAC;
}
</style>
border-color css
<style>
span { border-color: #550BAC; }
span { border-color: rgb(85,11,172); }
td.TdClassName
{
border-color: #550BAC;
}
.TagClassName
{
border-color: #550BAC;
}
</style>