Shades of Han Purple #532EE0
Tints of Han Purple #532EE0
RGB
CMYK
RGB Variations
Color information
#532EE0 (or 0x532EE0) is known color: Han Purple. HEX triplet: 53, 2E and E0. RGB value is (83,46,224). Sum of RGB (Red+Green+Blue) = 83+46+224=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 46 (18.36% from 255 or 13.03% from 353); Blue value is 224 (87.89% from 255 or 63.46% from 353); Max value from RGB is 224 - color contains mainly: blue. Hex color #532EE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532EE0 is #ACD11F. Grayscale: #4C4C4C. Windows color (decimal): -11325728 or 14691923. OLE color: 14691923.
HSL color Cylindrical-coordinate representation of color #532EE0: hue angle of 252.47º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #532EE0 is Cyan = 0.63, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 83 | 46 | 224 | - |
| CMYK | 0.63 | 0.79 | 0 | 0.12 |
| HSL | 252.47º | 0.74% | 0.53% | - |
| HSV(B) | 252.47º | 0.79% | 0.88% | - |
| XYZ | 18 | 9.17 | 71.34 | - |
| YUV | 77.36 | 210.76 | 132.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 46 | 224 | 0.63 | 0.79 | 0 | 0.12 | 252.47 | 0.74 | 0.53 |
| Hex | 53 | 2E | E0 | 3F | 4F | 0 | C | FC | 4A | 35 |
| Octal | 123 | 56 | 340 | 77 | 117 | 0 | 14 | 374 | 112 | 65 |
| Binary | 1010011 | 101110 | 11100000 | 111111 | 1001111 | 0 | 1100 | 11111100 | 1001010 | 110101 |
Color Harmonies of #532EE0
Complementary color
Monochromatic Colors of #532EE0
Black with #532EE0
Text Example
Text Example
White with #532EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532EE0; }
p { color: rgb(83,46,224); }
H1.HeaderClassName
{
color: #532EE0;
}
.AnyTagClassName
{
color: #532EE0;
}
</style>
background-color css
<style>
a { background-color: #532EE0; }
a { background-color: rgb(83,46,224); }
div.DivClassName
{
background-color: #532EE0;
}
.BgClassName
{
background-color: #532EE0;
}
</style>
border-color css
<style>
span { border-color: #532EE0; }
span { border-color: rgb(83,46,224); }
td.TdClassName
{
border-color: #532EE0;
}
.TagClassName
{
border-color: #532EE0;
}
</style>