Shades of Purple Heart #550FAF
Tints of Purple Heart #550FAF
RGB
CMYK
RGB Variations
Color information
#550FAF (or 0x550FAF) is known color: Purple Heart. HEX triplet: 55, 0F and AF. RGB value is (85,15,175). Sum of RGB (Red+Green+Blue) = 85+15+175=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 15 (6.25% from 255 or 5.45% from 275); Blue value is 175 (68.75% from 255 or 63.64% from 275); Max value from RGB is 175 - color contains mainly: blue. Hex color #550FAF is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #550FAF is #AAF050. Grayscale: #353535. Windows color (decimal): -11202641 or 11472725. OLE color: 11472725.
HSL color Cylindrical-coordinate representation of color #550FAF: hue angle of 266.25º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #550FAF is Cyan = 0.51, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 15 | 175 | - |
| CMYK | 0.51 | 0.91 | 0 | 0.31 |
| HSL | 266.25º | 0.84% | 0.37% | - |
| HSV(B) | 266.25º | 0.91% | 0.69% | - |
| XYZ | 11.66 | 5.37 | 40.98 | - |
| YUV | 54.17 | 196.19 | 149.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 15 | 175 | 0.51 | 0.91 | 0 | 0.31 | 266.25 | 0.84 | 0.37 |
| Hex | 55 | F | AF | 33 | 5B | 0 | 1F | 10A | 54 | 25 |
| Octal | 125 | 17 | 257 | 63 | 133 | 0 | 37 | 412 | 124 | 45 |
| Binary | 1010101 | 1111 | 10101111 | 110011 | 1011011 | 0 | 11111 | 100001010 | 1010100 | 100101 |
Color Harmonies of #550FAF
Complementary color
Monochromatic Colors of #550FAF
Black with #550FAF
Text Example
Text Example
White with #550FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #550FAF; }
p { color: rgb(85,15,175); }
H1.HeaderClassName
{
color: #550FAF;
}
.AnyTagClassName
{
color: #550FAF;
}
</style>
background-color css
<style>
a { background-color: #550FAF; }
a { background-color: rgb(85,15,175); }
div.DivClassName
{
background-color: #550FAF;
}
.BgClassName
{
background-color: #550FAF;
}
</style>
border-color css
<style>
span { border-color: #550FAF; }
span { border-color: rgb(85,15,175); }
td.TdClassName
{
border-color: #550FAF;
}
.TagClassName
{
border-color: #550FAF;
}
</style>