Shades of Purple Heart #5232CE
Tints of Purple Heart #5232CE
RGB
CMYK
RGB Variations
Color information
#5232CE (or 0x5232CE) is known color: Purple Heart. HEX triplet: 52, 32 and CE. RGB value is (82,50,206). Sum of RGB (Red+Green+Blue) = 82+50+206=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 50 (19.92% from 255 or 14.79% from 338); Blue value is 206 (80.86% from 255 or 60.95% from 338); Max value from RGB is 206 - color contains mainly: blue. Hex color #5232CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232CE is #ADCD31. Grayscale: #4C4C4C. Windows color (decimal): -11390258 or 13513298. OLE color: 13513298.
HSL color Cylindrical-coordinate representation of color #5232CE: hue angle of 252.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #5232CE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 82 | 50 | 206 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.19 |
| HSL | 252.31º | 0.61% | 0.5% | - |
| HSV(B) | 252.31º | 0.76% | 0.81% | - |
| XYZ | 15.76 | 8.53 | 59.21 | - |
| YUV | 77.35 | 200.6 | 131.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 206 | 0.60 | 0.76 | 0 | 0.19 | 252.31 | 0.61 | 0.5 |
| Hex | 52 | 32 | CE | 3C | 4C | 0 | 13 | FC | 3D | 32 |
| Octal | 122 | 62 | 316 | 74 | 114 | 0 | 23 | 374 | 75 | 62 |
| Binary | 1010010 | 110010 | 11001110 | 111100 | 1001100 | 0 | 10011 | 11111100 | 111101 | 110010 |
Color Harmonies of #5232CE
Complementary color
Monochromatic Colors of #5232CE
Black with #5232CE
Text Example
Text Example
White with #5232CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232CE; }
p { color: rgb(82,50,206); }
H1.HeaderClassName
{
color: #5232CE;
}
.AnyTagClassName
{
color: #5232CE;
}
</style>
background-color css
<style>
a { background-color: #5232CE; }
a { background-color: rgb(82,50,206); }
div.DivClassName
{
background-color: #5232CE;
}
.BgClassName
{
background-color: #5232CE;
}
</style>
border-color css
<style>
span { border-color: #5232CE; }
span { border-color: rgb(82,50,206); }
td.TdClassName
{
border-color: #5232CE;
}
.TagClassName
{
border-color: #5232CE;
}
</style>