Shades of Purple Heart #550AB6
Tints of Purple Heart #550AB6
RGB
CMYK
RGB Variations
Color information
#550AB6 (or 0x550AB6) is known color: Purple Heart. HEX triplet: 55, 0A and B6. RGB value is (85,10,182). Sum of RGB (Red+Green+Blue) = 85+10+182=277 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.69% from 277); Green value is 10 (4.30% from 255 or 3.61% from 277); Blue value is 182 (71.48% from 255 or 65.70% from 277); Max value from RGB is 182 - color contains mainly: blue. Hex color #550AB6 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #550AB6 is #AAF549. Grayscale: #333333. Windows color (decimal): -11203914 or 11930197. OLE color: 11930197.
HSL color Cylindrical-coordinate representation of color #550AB6: hue angle of 266.16º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #550AB6 is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 85 | 10 | 182 | - |
| CMYK | 0.53 | 0.95 | 0 | 0.29 |
| HSL | 266.16º | 0.9% | 0.38% | - |
| HSV(B) | 266.16º | 0.95% | 0.71% | - |
| XYZ | 12.3 | 5.53 | 44.67 | - |
| YUV | 52.03 | 201.35 | 151.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 10 | 182 | 0.53 | 0.95 | 0 | 0.29 | 266.16 | 0.9 | 0.38 |
| Hex | 55 | A | B6 | 35 | 5F | 0 | 1D | 10A | 5A | 26 |
| Octal | 125 | 12 | 266 | 65 | 137 | 0 | 35 | 412 | 132 | 46 |
| Binary | 1010101 | 1010 | 10110110 | 110101 | 1011111 | 0 | 11101 | 100001010 | 1011010 | 100110 |
Color Harmonies of #550AB6
Complementary color
Monochromatic Colors of #550AB6
Black with #550AB6
Text Example
Text Example
White with #550AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550AB6; }
p { color: rgb(85,10,182); }
H1.HeaderClassName
{
color: #550AB6;
}
.AnyTagClassName
{
color: #550AB6;
}
</style>
background-color css
<style>
a { background-color: #550AB6; }
a { background-color: rgb(85,10,182); }
div.DivClassName
{
background-color: #550AB6;
}
.BgClassName
{
background-color: #550AB6;
}
</style>
border-color css
<style>
span { border-color: #550AB6; }
span { border-color: rgb(85,10,182); }
td.TdClassName
{
border-color: #550AB6;
}
.TagClassName
{
border-color: #550AB6;
}
</style>