Shades of Purple Heart #5237AF
Tints of Purple Heart #5237AF
RGB
CMYK
RGB Variations
Color information
#5237AF (or 0x5237AF) is known color: Purple Heart. HEX triplet: 52, 37 and AF. RGB value is (82,55,175). Sum of RGB (Red+Green+Blue) = 82+55+175=312 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.28% from 312); Green value is 55 (21.88% from 255 or 17.63% from 312); Blue value is 175 (68.75% from 255 or 56.09% from 312); Max value from RGB is 175 - color contains mainly: blue. Hex color #5237AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5237AF is #ADC850. Grayscale: #4C4C4C. Windows color (decimal): -11389009 or 11482962. OLE color: 11482962.
HSL color Cylindrical-coordinate representation of color #5237AF: hue angle of 253.5º degrees, saturation: 0.52, 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 #5237AF is Cyan = 0.53, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 55 | 175 | - |
| CMYK | 0.53 | 0.69 | 0 | 0.31 |
| HSL | 253.5º | 0.52% | 0.45% | - |
| HSV(B) | 253.5º | 0.69% | 0.69% | - |
| XYZ | 12.58 | 7.62 | 41.37 | - |
| YUV | 76.75 | 183.45 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 175 | 0.53 | 0.69 | 0 | 0.31 | 253.5 | 0.52 | 0.45 |
| Hex | 52 | 37 | AF | 35 | 45 | 0 | 1F | FE | 34 | 2D |
| Octal | 122 | 67 | 257 | 65 | 105 | 0 | 37 | 376 | 64 | 55 |
| Binary | 1010010 | 110111 | 10101111 | 110101 | 1000101 | 0 | 11111 | 11111110 | 110100 | 101101 |
Color Harmonies of #5237AF
Complementary color
Monochromatic Colors of #5237AF
Black with #5237AF
Text Example
Text Example
White with #5237AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5237AF; }
p { color: rgb(82,55,175); }
H1.HeaderClassName
{
color: #5237AF;
}
.AnyTagClassName
{
color: #5237AF;
}
</style>
background-color css
<style>
a { background-color: #5237AF; }
a { background-color: rgb(82,55,175); }
div.DivClassName
{
background-color: #5237AF;
}
.BgClassName
{
background-color: #5237AF;
}
</style>
border-color css
<style>
span { border-color: #5237AF; }
span { border-color: rgb(82,55,175); }
td.TdClassName
{
border-color: #5237AF;
}
.TagClassName
{
border-color: #5237AF;
}
</style>