Shades of Purple Heart #5232B5
Tints of Purple Heart #5232B5
RGB
CMYK
RGB Variations
Color information
#5232B5 (or 0x5232B5) is known color: Purple Heart. HEX triplet: 52, 32 and B5. RGB value is (82,50,181). Sum of RGB (Red+Green+Blue) = 82+50+181=313 (41% of max value = 765). Red value is 82 (32.42% from 255 or 26.20% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 181 (71.09% from 255 or 57.83% from 313); Max value from RGB is 181 - color contains mainly: blue. Hex color #5232B5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5232B5 is #ADCD4A. Grayscale: #4A4A4A. Windows color (decimal): -11390283 or 11874898. OLE color: 11874898.
HSL color Cylindrical-coordinate representation of color #5232B5: hue angle of 254.66º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5232B5 is Cyan = 0.55, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 82 | 50 | 181 | - |
| CMYK | 0.55 | 0.72 | 0 | 0.29 |
| HSL | 254.66º | 0.57% | 0.45% | - |
| HSV(B) | 254.66º | 0.72% | 0.71% | - |
| XYZ | 12.96 | 7.41 | 44.46 | - |
| YUV | 74.5 | 188.1 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 50 | 181 | 0.55 | 0.72 | 0 | 0.29 | 254.66 | 0.57 | 0.45 |
| Hex | 52 | 32 | B5 | 37 | 48 | 0 | 1D | FF | 39 | 2D |
| Octal | 122 | 62 | 265 | 67 | 110 | 0 | 35 | 377 | 71 | 55 |
| Binary | 1010010 | 110010 | 10110101 | 110111 | 1001000 | 0 | 11101 | 11111111 | 111001 | 101101 |
Color Harmonies of #5232B5
Complementary color
Monochromatic Colors of #5232B5
Black with #5232B5
Text Example
Text Example
White with #5232B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5232B5; }
p { color: rgb(82,50,181); }
H1.HeaderClassName
{
color: #5232B5;
}
.AnyTagClassName
{
color: #5232B5;
}
</style>
background-color css
<style>
a { background-color: #5232B5; }
a { background-color: rgb(82,50,181); }
div.DivClassName
{
background-color: #5232B5;
}
.BgClassName
{
background-color: #5232B5;
}
</style>
border-color css
<style>
span { border-color: #5232B5; }
span { border-color: rgb(82,50,181); }
td.TdClassName
{
border-color: #5232B5;
}
.TagClassName
{
border-color: #5232B5;
}
</style>