Shades of Purple Heart #5232AE
Tints of Purple Heart #5232AE
RGB
CMYK
RGB Variations
Color information
#5232AE (or 0x5232AE) is known color: Purple Heart. HEX triplet: 52, 32 and AE. RGB value is (82,50,174). Sum of RGB (Red+Green+Blue) = 82+50+174=306 (40% of max value = 765). Red value is 82 (32.42% from 255 or 26.80% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 174 (68.36% from 255 or 56.86% from 306); Max value from RGB is 174 - color contains mainly: blue. Hex color #5232AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5232AE is #ADCD51. Grayscale: #494949. Windows color (decimal): -11390290 or 11416146. OLE color: 11416146.
HSL color Cylindrical-coordinate representation of color #5232AE: hue angle of 255.48º 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 #5232AE is Cyan = 0.53, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 82 | 50 | 174 | - |
| CMYK | 0.53 | 0.71 | 0 | 0.32 |
| HSL | 255.48º | 0.55% | 0.44% | - |
| HSV(B) | 255.48º | 0.71% | 0.68% | - |
| XYZ | 12.26 | 7.13 | 40.77 | - |
| YUV | 73.7 | 184.6 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 174 | 0.53 | 0.71 | 0 | 0.32 | 255.48 | 0.55 | 0.44 |
| Hex | 52 | 32 | AE | 35 | 47 | 0 | 20 | FF | 37 | 2C |
| Octal | 122 | 62 | 256 | 65 | 107 | 0 | 40 | 377 | 67 | 54 |
| Binary | 1010010 | 110010 | 10101110 | 110101 | 1000111 | 0 | 100000 | 11111111 | 110111 | 101100 |
Color Harmonies of #5232AE
Complementary color
Monochromatic Colors of #5232AE
Black with #5232AE
Text Example
Text Example
White with #5232AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232AE; }
p { color: rgb(82,50,174); }
H1.HeaderClassName
{
color: #5232AE;
}
.AnyTagClassName
{
color: #5232AE;
}
</style>
background-color css
<style>
a { background-color: #5232AE; }
a { background-color: rgb(82,50,174); }
div.DivClassName
{
background-color: #5232AE;
}
.BgClassName
{
background-color: #5232AE;
}
</style>
border-color css
<style>
span { border-color: #5232AE; }
span { border-color: rgb(82,50,174); }
td.TdClassName
{
border-color: #5232AE;
}
.TagClassName
{
border-color: #5232AE;
}
</style>