Shades of Purple Heart #5332CE
Tints of Purple Heart #5332CE
RGB
CMYK
RGB Variations
Color information
#5332CE (or 0x5332CE) is known color: Purple Heart. HEX triplet: 53, 32 and CE. RGB value is (83,50,206). Sum of RGB (Red+Green+Blue) = 83+50+206=339 (44% of max value = 765). Red value is 83 (32.81% from 255 or 24.48% from 339); Green value is 50 (19.92% from 255 or 14.75% from 339); Blue value is 206 (80.86% from 255 or 60.77% from 339); Max value from RGB is 206 - color contains mainly: blue. Hex color #5332CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5332CE is #ACCD31. Grayscale: #4D4D4D. Windows color (decimal): -11324722 or 13513299. OLE color: 13513299.
HSL color Cylindrical-coordinate representation of color #5332CE: hue angle of 252.69º 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 #5332CE is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 83 | 50 | 206 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.19 |
| HSL | 252.69º | 0.61% | 0.5% | - |
| HSV(B) | 252.69º | 0.76% | 0.81% | - |
| XYZ | 15.85 | 8.58 | 59.21 | - |
| YUV | 77.65 | 200.43 | 131.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 206 | 0.60 | 0.76 | 0 | 0.19 | 252.69 | 0.61 | 0.5 |
| Hex | 53 | 32 | CE | 3C | 4C | 0 | 13 | FD | 3D | 32 |
| Octal | 123 | 62 | 316 | 74 | 114 | 0 | 23 | 375 | 75 | 62 |
| Binary | 1010011 | 110010 | 11001110 | 111100 | 1001100 | 0 | 10011 | 11111101 | 111101 | 110010 |
Color Harmonies of #5332CE
Complementary color
Monochromatic Colors of #5332CE
Black with #5332CE
Text Example
Text Example
White with #5332CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5332CE; }
p { color: rgb(83,50,206); }
H1.HeaderClassName
{
color: #5332CE;
}
.AnyTagClassName
{
color: #5332CE;
}
</style>
background-color css
<style>
a { background-color: #5332CE; }
a { background-color: rgb(83,50,206); }
div.DivClassName
{
background-color: #5332CE;
}
.BgClassName
{
background-color: #5332CE;
}
</style>
border-color css
<style>
span { border-color: #5332CE; }
span { border-color: rgb(83,50,206); }
td.TdClassName
{
border-color: #5332CE;
}
.TagClassName
{
border-color: #5332CE;
}
</style>