Shades of Purple Heart #5233CA
Tints of Purple Heart #5233CA
RGB
CMYK
RGB Variations
Color information
#5233CA (or 0x5233CA) is known color: Purple Heart. HEX triplet: 52, 33 and CA. RGB value is (82,51,202). Sum of RGB (Red+Green+Blue) = 82+51+202=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 51 (20.31% from 255 or 15.22% from 335); Blue value is 202 (79.30% from 255 or 60.30% from 335); Max value from RGB is 202 - color contains mainly: blue. Hex color #5233CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5233CA is #ADCC35. Grayscale: #4C4C4C. Windows color (decimal): -11390006 or 13251410. OLE color: 13251410.
HSL color Cylindrical-coordinate representation of color #5233CA: hue angle of 252.32º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5233CA is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 82 | 51 | 202 | - |
| CMYK | 0.59 | 0.75 | 0 | 0.21 |
| HSL | 252.32º | 0.6% | 0.5% | - |
| HSV(B) | 252.32º | 0.75% | 0.79% | - |
| XYZ | 15.32 | 8.43 | 56.7 | - |
| YUV | 77.48 | 198.27 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 51 | 202 | 0.59 | 0.75 | 0 | 0.21 | 252.32 | 0.6 | 0.5 |
| Hex | 52 | 33 | CA | 3B | 4B | 0 | 15 | FC | 3C | 32 |
| Octal | 122 | 63 | 312 | 73 | 113 | 0 | 25 | 374 | 74 | 62 |
| Binary | 1010010 | 110011 | 11001010 | 111011 | 1001011 | 0 | 10101 | 11111100 | 111100 | 110010 |
Color Harmonies of #5233CA
Complementary color
Monochromatic Colors of #5233CA
Black with #5233CA
Text Example
Text Example
White with #5233CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5233CA; }
p { color: rgb(82,51,202); }
H1.HeaderClassName
{
color: #5233CA;
}
.AnyTagClassName
{
color: #5233CA;
}
</style>
background-color css
<style>
a { background-color: #5233CA; }
a { background-color: rgb(82,51,202); }
div.DivClassName
{
background-color: #5233CA;
}
.BgClassName
{
background-color: #5233CA;
}
</style>
border-color css
<style>
span { border-color: #5233CA; }
span { border-color: rgb(82,51,202); }
td.TdClassName
{
border-color: #5233CA;
}
.TagClassName
{
border-color: #5233CA;
}
</style>