Shades of Han Purple #532CEC
Tints of Han Purple #532CEC
RGB
CMYK
RGB Variations
Color information
#532CEC (or 0x532CEC) is known color: Han Purple. HEX triplet: 53, 2C and EC. RGB value is (83,44,236). Sum of RGB (Red+Green+Blue) = 83+44+236=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 44 (17.58% from 255 or 12.12% from 363); Blue value is 236 (92.58% from 255 or 65.01% from 363); Max value from RGB is 236 - color contains mainly: blue. Hex color #532CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CEC is #ACD313. Grayscale: #4C4C4C. Windows color (decimal): -11326228 or 15477843. OLE color: 15477843.
HSL color Cylindrical-coordinate representation of color #532CEC: hue angle of 252.19º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532CEC is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 44 | 236 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.07 |
| HSL | 252.19º | 0.83% | 0.55% | - |
| HSV(B) | 252.19º | 0.81% | 0.93% | - |
| XYZ | 19.61 | 9.7 | 80.2 | - |
| YUV | 77.55 | 217.42 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 236 | 0.65 | 0.81 | 0 | 0.07 | 252.19 | 0.83 | 0.55 |
| Hex | 53 | 2C | EC | 41 | 51 | 0 | 7 | FC | 53 | 37 |
| Octal | 123 | 54 | 354 | 101 | 121 | 0 | 7 | 374 | 123 | 67 |
| Binary | 1010011 | 101100 | 11101100 | 1000001 | 1010001 | 0 | 111 | 11111100 | 1010011 | 110111 |
Color Harmonies of #532CEC
Complementary color
Monochromatic Colors of #532CEC
Black with #532CEC
Text Example
Text Example
White with #532CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CEC; }
p { color: rgb(83,44,236); }
H1.HeaderClassName
{
color: #532CEC;
}
.AnyTagClassName
{
color: #532CEC;
}
</style>
background-color css
<style>
a { background-color: #532CEC; }
a { background-color: rgb(83,44,236); }
div.DivClassName
{
background-color: #532CEC;
}
.BgClassName
{
background-color: #532CEC;
}
</style>
border-color css
<style>
span { border-color: #532CEC; }
span { border-color: rgb(83,44,236); }
td.TdClassName
{
border-color: #532CEC;
}
.TagClassName
{
border-color: #532CEC;
}
</style>