Shades of Purple Heart #5539AD
Tints of Purple Heart #5539AD
RGB
CMYK
RGB Variations
Color information
#5539AD (or 0x5539AD) is known color: Purple Heart. HEX triplet: 55, 39 and AD. RGB value is (85,57,173). Sum of RGB (Red+Green+Blue) = 85+57+173=315 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.98% from 315); Green value is 57 (22.66% from 255 or 18.10% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #5539AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5539AD is #AAC652. Grayscale: #4E4E4E. Windows color (decimal): -11191891 or 11352405. OLE color: 11352405.
HSL color Cylindrical-coordinate representation of color #5539AD: hue angle of 254.48º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5539AD is Cyan = 0.51, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 85 | 57 | 173 | - |
| CMYK | 0.51 | 0.67 | 0 | 0.32 |
| HSL | 254.48º | 0.5% | 0.45% | - |
| HSV(B) | 254.48º | 0.67% | 0.68% | - |
| XYZ | 12.75 | 7.87 | 40.38 | - |
| YUV | 78.6 | 181.28 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 57 | 173 | 0.51 | 0.67 | 0 | 0.32 | 254.48 | 0.5 | 0.45 |
| Hex | 55 | 39 | AD | 33 | 43 | 0 | 20 | FE | 32 | 2D |
| Octal | 125 | 71 | 255 | 63 | 103 | 0 | 40 | 376 | 62 | 55 |
| Binary | 1010101 | 111001 | 10101101 | 110011 | 1000011 | 0 | 100000 | 11111110 | 110010 | 101101 |
Color Harmonies of #5539AD
Complementary color
Monochromatic Colors of #5539AD
Black with #5539AD
Text Example
Text Example
White with #5539AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5539AD; }
p { color: rgb(85,57,173); }
H1.HeaderClassName
{
color: #5539AD;
}
.AnyTagClassName
{
color: #5539AD;
}
</style>
background-color css
<style>
a { background-color: #5539AD; }
a { background-color: rgb(85,57,173); }
div.DivClassName
{
background-color: #5539AD;
}
.BgClassName
{
background-color: #5539AD;
}
</style>
border-color css
<style>
span { border-color: #5539AD; }
span { border-color: rgb(85,57,173); }
td.TdClassName
{
border-color: #5539AD;
}
.TagClassName
{
border-color: #5539AD;
}
</style>