Shades of Purple Heart #5232DC
Tints of Purple Heart #5232DC
RGB
CMYK
RGB Variations
Color information
#5232DC (or 0x5232DC) is known color: Purple Heart. HEX triplet: 52, 32 and DC. RGB value is (82,50,220). Sum of RGB (Red+Green+Blue) = 82+50+220=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 50 (19.92% from 255 or 14.20% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #5232DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232DC is #ADCD23. Grayscale: #4E4E4E. Windows color (decimal): -11390244 or 14430802. OLE color: 14430802.
HSL color Cylindrical-coordinate representation of color #5232DC: hue angle of 251.29º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5232DC is Cyan = 0.63, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 82 | 50 | 220 | - |
| CMYK | 0.63 | 0.77 | 0 | 0.14 |
| HSL | 251.29º | 0.71% | 0.53% | - |
| HSV(B) | 251.29º | 0.77% | 0.86% | - |
| XYZ | 17.54 | 9.24 | 68.57 | - |
| YUV | 78.95 | 207.6 | 130.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 220 | 0.63 | 0.77 | 0 | 0.14 | 251.29 | 0.71 | 0.53 |
| Hex | 52 | 32 | DC | 3F | 4D | 0 | E | FB | 47 | 35 |
| Octal | 122 | 62 | 334 | 77 | 115 | 0 | 16 | 373 | 107 | 65 |
| Binary | 1010010 | 110010 | 11011100 | 111111 | 1001101 | 0 | 1110 | 11111011 | 1000111 | 110101 |
Color Harmonies of #5232DC
Complementary color
Monochromatic Colors of #5232DC
Black with #5232DC
Text Example
Text Example
White with #5232DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232DC; }
p { color: rgb(82,50,220); }
H1.HeaderClassName
{
color: #5232DC;
}
.AnyTagClassName
{
color: #5232DC;
}
</style>
background-color css
<style>
a { background-color: #5232DC; }
a { background-color: rgb(82,50,220); }
div.DivClassName
{
background-color: #5232DC;
}
.BgClassName
{
background-color: #5232DC;
}
</style>
border-color css
<style>
span { border-color: #5232DC; }
span { border-color: rgb(82,50,220); }
td.TdClassName
{
border-color: #5232DC;
}
.TagClassName
{
border-color: #5232DC;
}
</style>