Shades of Purple Heart #550CAF
Tints of Purple Heart #550CAF
RGB
CMYK
RGB Variations
Color information
#550CAF (or 0x550CAF) is known color: Purple Heart. HEX triplet: 55, 0C and AF. RGB value is (85,12,175). Sum of RGB (Red+Green+Blue) = 85+12+175=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 12 (5.08% from 255 or 4.41% from 272); Blue value is 175 (68.75% from 255 or 64.34% from 272); Max value from RGB is 175 - color contains mainly: blue. Hex color #550CAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550CAF is #AAF350. Grayscale: #333333. Windows color (decimal): -11203409 or 11471957. OLE color: 11471957.
HSL color Cylindrical-coordinate representation of color #550CAF: hue angle of 266.87º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #550CAF is Cyan = 0.51, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 12 | 175 | - |
| CMYK | 0.51 | 0.93 | 0 | 0.31 |
| HSL | 266.87º | 0.87% | 0.37% | - |
| HSV(B) | 266.87º | 0.93% | 0.69% | - |
| XYZ | 11.62 | 5.29 | 40.97 | - |
| YUV | 52.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 12 | 175 | 0.51 | 0.93 | 0 | 0.31 | 266.87 | 0.87 | 0.37 |
| Hex | 55 | C | AF | 33 | 5D | 0 | 1F | 10B | 57 | 25 |
| Octal | 125 | 14 | 257 | 63 | 135 | 0 | 37 | 413 | 127 | 45 |
| Binary | 1010101 | 1100 | 10101111 | 110011 | 1011101 | 0 | 11111 | 100001011 | 1010111 | 100101 |
Color Harmonies of #550CAF
Complementary color
Monochromatic Colors of #550CAF
Black with #550CAF
Text Example
Text Example
White with #550CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550CAF; }
p { color: rgb(85,12,175); }
H1.HeaderClassName
{
color: #550CAF;
}
.AnyTagClassName
{
color: #550CAF;
}
</style>
background-color css
<style>
a { background-color: #550CAF; }
a { background-color: rgb(85,12,175); }
div.DivClassName
{
background-color: #550CAF;
}
.BgClassName
{
background-color: #550CAF;
}
</style>
border-color css
<style>
span { border-color: #550CAF; }
span { border-color: rgb(85,12,175); }
td.TdClassName
{
border-color: #550CAF;
}
.TagClassName
{
border-color: #550CAF;
}
</style>