Shades of Purple Heart #5232C5
Tints of Purple Heart #5232C5
RGB
CMYK
RGB Variations
Color information
#5232C5 (or 0x5232C5) is known color: Purple Heart. HEX triplet: 52, 32 and C5. RGB value is (82,50,197). Sum of RGB (Red+Green+Blue) = 82+50+197=329 (43% of max value = 765). Red value is 82 (32.42% from 255 or 24.92% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 197 (77.34% from 255 or 59.88% from 329); Max value from RGB is 197 - color contains mainly: blue. Hex color #5232C5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232C5 is #ADCD3A. Grayscale: #4B4B4B. Windows color (decimal): -11390267 or 12923474. OLE color: 12923474.
HSL color Cylindrical-coordinate representation of color #5232C5: hue angle of 253.06º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5232C5 is Cyan = 0.58, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 82 | 50 | 197 | - |
| CMYK | 0.58 | 0.75 | 0 | 0.23 |
| HSL | 253.06º | 0.6% | 0.48% | - |
| HSV(B) | 253.06º | 0.75% | 0.77% | - |
| XYZ | 14.7 | 8.11 | 53.61 | - |
| YUV | 76.33 | 196.1 | 132.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 197 | 0.58 | 0.75 | 0 | 0.23 | 253.06 | 0.6 | 0.48 |
| Hex | 52 | 32 | C5 | 3A | 4B | 0 | 17 | FD | 3C | 30 |
| Octal | 122 | 62 | 305 | 72 | 113 | 0 | 27 | 375 | 74 | 60 |
| Binary | 1010010 | 110010 | 11000101 | 111010 | 1001011 | 0 | 10111 | 11111101 | 111100 | 110000 |
Color Harmonies of #5232C5
Complementary color
Monochromatic Colors of #5232C5
Black with #5232C5
Text Example
Text Example
White with #5232C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232C5; }
p { color: rgb(82,50,197); }
H1.HeaderClassName
{
color: #5232C5;
}
.AnyTagClassName
{
color: #5232C5;
}
</style>
background-color css
<style>
a { background-color: #5232C5; }
a { background-color: rgb(82,50,197); }
div.DivClassName
{
background-color: #5232C5;
}
.BgClassName
{
background-color: #5232C5;
}
</style>
border-color css
<style>
span { border-color: #5232C5; }
span { border-color: rgb(82,50,197); }
td.TdClassName
{
border-color: #5232C5;
}
.TagClassName
{
border-color: #5232C5;
}
</style>