Shades of Purple Heart #5536AF
Tints of Purple Heart #5536AF
RGB
CMYK
RGB Variations
Color information
#5536AF (or 0x5536AF) is known color: Purple Heart. HEX triplet: 55, 36 and AF. RGB value is (85,54,175). Sum of RGB (Red+Green+Blue) = 85+54+175=314 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.07% from 314); Green value is 54 (21.48% from 255 or 17.20% from 314); Blue value is 175 (68.75% from 255 or 55.73% from 314); Max value from RGB is 175 - color contains mainly: blue. Hex color #5536AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5536AF is #AAC950. Grayscale: #4C4C4C. Windows color (decimal): -11192657 or 11482709. OLE color: 11482709.
HSL color Cylindrical-coordinate representation of color #5536AF: hue angle of 255.37º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5536AF is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 54 | 175 | - |
| CMYK | 0.51 | 0.69 | 0 | 0.31 |
| HSL | 255.37º | 0.53% | 0.45% | - |
| HSV(B) | 255.37º | 0.69% | 0.69% | - |
| XYZ | 12.8 | 7.66 | 41.36 | - |
| YUV | 77.06 | 183.27 | 133.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 54 | 175 | 0.51 | 0.69 | 0 | 0.31 | 255.37 | 0.53 | 0.45 |
| Hex | 55 | 36 | AF | 33 | 45 | 0 | 1F | FF | 35 | 2D |
| Octal | 125 | 66 | 257 | 63 | 105 | 0 | 37 | 377 | 65 | 55 |
| Binary | 1010101 | 110110 | 10101111 | 110011 | 1000101 | 0 | 11111 | 11111111 | 110101 | 101101 |
Color Harmonies of #5536AF
Complementary color
Monochromatic Colors of #5536AF
Black with #5536AF
Text Example
Text Example
White with #5536AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5536AF; }
p { color: rgb(85,54,175); }
H1.HeaderClassName
{
color: #5536AF;
}
.AnyTagClassName
{
color: #5536AF;
}
</style>
background-color css
<style>
a { background-color: #5536AF; }
a { background-color: rgb(85,54,175); }
div.DivClassName
{
background-color: #5536AF;
}
.BgClassName
{
background-color: #5536AF;
}
</style>
border-color css
<style>
span { border-color: #5536AF; }
span { border-color: rgb(85,54,175); }
td.TdClassName
{
border-color: #5536AF;
}
.TagClassName
{
border-color: #5536AF;
}
</style>