Shades of Purple Heart #5232AD
Tints of Purple Heart #5232AD
RGB
CMYK
RGB Variations
Color information
#5232AD (or 0x5232AD) is known color: Purple Heart. HEX triplet: 52, 32 and AD. RGB value is (82,50,173). Sum of RGB (Red+Green+Blue) = 82+50+173=305 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.89% from 305); Green value is 50 (19.92% from 255 or 16.39% from 305); Blue value is 173 (67.97% from 255 or 56.72% from 305); Max value from RGB is 173 - color contains mainly: blue. Hex color #5232AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5232AD is #ADCD52. Grayscale: #494949. Windows color (decimal): -11390291 or 11350610. OLE color: 11350610.
HSL color Cylindrical-coordinate representation of color #5232AD: hue angle of 255.61º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5232AD is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 50 | 173 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.32 |
| HSL | 255.61º | 0.55% | 0.44% | - |
| HSV(B) | 255.61º | 0.71% | 0.68% | - |
| XYZ | 12.16 | 7.09 | 40.26 | - |
| YUV | 73.59 | 184.1 | 134 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 173 | 0.53 | 0.71 | 0 | 0.32 | 255.61 | 0.55 | 0.44 |
| Hex | 52 | 32 | AD | 35 | 47 | 0 | 20 | 100 | 37 | 2C |
| Octal | 122 | 62 | 255 | 65 | 107 | 0 | 40 | 400 | 67 | 54 |
| Binary | 1010010 | 110010 | 10101101 | 110101 | 1000111 | 0 | 100000 | 100000000 | 110111 | 101100 |
Color Harmonies of #5232AD
Complementary color
Monochromatic Colors of #5232AD
Black with #5232AD
Text Example
Text Example
White with #5232AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232AD; }
p { color: rgb(82,50,173); }
H1.HeaderClassName
{
color: #5232AD;
}
.AnyTagClassName
{
color: #5232AD;
}
</style>
background-color css
<style>
a { background-color: #5232AD; }
a { background-color: rgb(82,50,173); }
div.DivClassName
{
background-color: #5232AD;
}
.BgClassName
{
background-color: #5232AD;
}
</style>
border-color css
<style>
span { border-color: #5232AD; }
span { border-color: rgb(82,50,173); }
td.TdClassName
{
border-color: #5232AD;
}
.TagClassName
{
border-color: #5232AD;
}
</style>