Shades of Purple Heart #5237AD
Tints of Purple Heart #5237AD
RGB
CMYK
RGB Variations
Color information
#5237AD (or 0x5237AD) is known color: Purple Heart. HEX triplet: 52, 37 and AD. RGB value is (82,55,173). Sum of RGB (Red+Green+Blue) = 82+55+173=310 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.45% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 173 (67.97% from 255 or 55.81% from 310); Max value from RGB is 173 - color contains mainly: blue. Hex color #5237AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5237AD is #ADC852. Grayscale: #4C4C4C. Windows color (decimal): -11389011 or 11351890. OLE color: 11351890.
HSL color Cylindrical-coordinate representation of color #5237AD: hue angle of 253.73º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5237AD is Cyan = 0.53, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 55 | 173 | - |
| CMYK | 0.53 | 0.68 | 0 | 0.32 |
| HSL | 253.73º | 0.52% | 0.45% | - |
| HSV(B) | 253.73º | 0.68% | 0.68% | - |
| XYZ | 12.39 | 7.54 | 40.34 | - |
| YUV | 76.53 | 182.45 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 173 | 0.53 | 0.68 | 0 | 0.32 | 253.73 | 0.52 | 0.45 |
| Hex | 52 | 37 | AD | 35 | 44 | 0 | 20 | FE | 34 | 2D |
| Octal | 122 | 67 | 255 | 65 | 104 | 0 | 40 | 376 | 64 | 55 |
| Binary | 1010010 | 110111 | 10101101 | 110101 | 1000100 | 0 | 100000 | 11111110 | 110100 | 101101 |
Color Harmonies of #5237AD
Complementary color
Monochromatic Colors of #5237AD
Black with #5237AD
Text Example
Text Example
White with #5237AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237AD; }
p { color: rgb(82,55,173); }
H1.HeaderClassName
{
color: #5237AD;
}
.AnyTagClassName
{
color: #5237AD;
}
</style>
background-color css
<style>
a { background-color: #5237AD; }
a { background-color: rgb(82,55,173); }
div.DivClassName
{
background-color: #5237AD;
}
.BgClassName
{
background-color: #5237AD;
}
</style>
border-color css
<style>
span { border-color: #5237AD; }
span { border-color: rgb(82,55,173); }
td.TdClassName
{
border-color: #5237AD;
}
.TagClassName
{
border-color: #5237AD;
}
</style>