Shades of Han Purple #532AE5
Tints of Han Purple #532AE5
RGB
CMYK
RGB Variations
Color information
#532AE5 (or 0x532AE5) is known color: Han Purple. HEX triplet: 53, 2A and E5. RGB value is (83,42,229). Sum of RGB (Red+Green+Blue) = 83+42+229=354 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.45% from 354); Green value is 42 (16.80% from 255 or 11.86% from 354); Blue value is 229 (89.84% from 255 or 64.69% from 354); Max value from RGB is 229 - color contains mainly: blue. Hex color #532AE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532AE5 is #ACD51A. Grayscale: #4A4A4A. Windows color (decimal): -11326747 or 15018579. OLE color: 15018579.
HSL color Cylindrical-coordinate representation of color #532AE5: hue angle of 253.16º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532AE5 is Cyan = 0.64, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 42 | 229 | - |
| CMYK | 0.64 | 0.82 | 0 | 0.10 |
| HSL | 253.16º | 0.78% | 0.53% | - |
| HSV(B) | 253.16º | 0.82% | 0.9% | - |
| XYZ | 18.54 | 9.15 | 74.92 | - |
| YUV | 75.58 | 214.58 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 229 | 0.64 | 0.82 | 0 | 0.10 | 253.16 | 0.78 | 0.53 |
| Hex | 53 | 2A | E5 | 40 | 52 | 0 | A | FD | 4E | 35 |
| Octal | 123 | 52 | 345 | 100 | 122 | 0 | 12 | 375 | 116 | 65 |
| Binary | 1010011 | 101010 | 11100101 | 1000000 | 1010010 | 0 | 1010 | 11111101 | 1001110 | 110101 |
Color Harmonies of #532AE5
Complementary color
Monochromatic Colors of #532AE5
Black with #532AE5
Text Example
Text Example
White with #532AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532AE5; }
p { color: rgb(83,42,229); }
H1.HeaderClassName
{
color: #532AE5;
}
.AnyTagClassName
{
color: #532AE5;
}
</style>
background-color css
<style>
a { background-color: #532AE5; }
a { background-color: rgb(83,42,229); }
div.DivClassName
{
background-color: #532AE5;
}
.BgClassName
{
background-color: #532AE5;
}
</style>
border-color css
<style>
span { border-color: #532AE5; }
span { border-color: rgb(83,42,229); }
td.TdClassName
{
border-color: #532AE5;
}
.TagClassName
{
border-color: #532AE5;
}
</style>