Shades of Purple Heart #5234AF
Tints of Purple Heart #5234AF
RGB
CMYK
RGB Variations
Color information
#5234AF (or 0x5234AF) is known color: Purple Heart. HEX triplet: 52, 34 and AF. RGB value is (82,52,175). Sum of RGB (Red+Green+Blue) = 82+52+175=309 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.54% from 309); Green value is 52 (20.70% from 255 or 16.83% from 309); Blue value is 175 (68.75% from 255 or 56.63% from 309); Max value from RGB is 175 - color contains mainly: blue. Hex color #5234AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5234AF is #ADCB50. Grayscale: #4A4A4A. Windows color (decimal): -11389777 or 11482194. OLE color: 11482194.
HSL color Cylindrical-coordinate representation of color #5234AF: hue angle of 254.63º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5234AF is Cyan = 0.53, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 82 | 52 | 175 | - |
| CMYK | 0.53 | 0.70 | 0 | 0.31 |
| HSL | 254.63º | 0.54% | 0.45% | - |
| HSV(B) | 254.63º | 0.7% | 0.69% | - |
| XYZ | 12.45 | 7.34 | 41.32 | - |
| YUV | 74.99 | 184.44 | 133 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 52 | 175 | 0.53 | 0.70 | 0 | 0.31 | 254.63 | 0.54 | 0.45 |
| Hex | 52 | 34 | AF | 35 | 46 | 0 | 1F | FF | 36 | 2D |
| Octal | 122 | 64 | 257 | 65 | 106 | 0 | 37 | 377 | 66 | 55 |
| Binary | 1010010 | 110100 | 10101111 | 110101 | 1000110 | 0 | 11111 | 11111111 | 110110 | 101101 |
Color Harmonies of #5234AF
Complementary color
Monochromatic Colors of #5234AF
Black with #5234AF
Text Example
Text Example
White with #5234AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5234AF; }
p { color: rgb(82,52,175); }
H1.HeaderClassName
{
color: #5234AF;
}
.AnyTagClassName
{
color: #5234AF;
}
</style>
background-color css
<style>
a { background-color: #5234AF; }
a { background-color: rgb(82,52,175); }
div.DivClassName
{
background-color: #5234AF;
}
.BgClassName
{
background-color: #5234AF;
}
</style>
border-color css
<style>
span { border-color: #5234AF; }
span { border-color: rgb(82,52,175); }
td.TdClassName
{
border-color: #5234AF;
}
.TagClassName
{
border-color: #5234AF;
}
</style>