Shades of Han Purple #532ADE
Tints of Han Purple #532ADE
RGB
CMYK
RGB Variations
Color information
#532ADE (or 0x532ADE) is known color: Han Purple. HEX triplet: 53, 2A and DE. RGB value is (83,42,222). Sum of RGB (Red+Green+Blue) = 83+42+222=347 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.92% from 347); Green value is 42 (16.80% from 255 or 12.10% from 347); Blue value is 222 (87.11% from 255 or 63.98% from 347); Max value from RGB is 222 - color contains mainly: blue. Hex color #532ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ADE is #ACD521. Grayscale: #4A4A4A. Windows color (decimal): -11326754 or 14559827. OLE color: 14559827.
HSL color Cylindrical-coordinate representation of color #532ADE: hue angle of 253.67º degrees, saturation: 0.73, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532ADE is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 42 | 222 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.13 |
| HSL | 253.67º | 0.73% | 0.52% | - |
| HSV(B) | 253.67º | 0.81% | 0.87% | - |
| XYZ | 17.58 | 8.77 | 69.87 | - |
| YUV | 74.78 | 211.08 | 133.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 222 | 0.63 | 0.81 | 0 | 0.13 | 253.67 | 0.73 | 0.52 |
| Hex | 53 | 2A | DE | 3F | 51 | 0 | D | FE | 49 | 34 |
| Octal | 123 | 52 | 336 | 77 | 121 | 0 | 15 | 376 | 111 | 64 |
| Binary | 1010011 | 101010 | 11011110 | 111111 | 1010001 | 0 | 1101 | 11111110 | 1001001 | 110100 |
Color Harmonies of #532ADE
Complementary color
Monochromatic Colors of #532ADE
Black with #532ADE
Text Example
Text Example
White with #532ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532ADE; }
p { color: rgb(83,42,222); }
H1.HeaderClassName
{
color: #532ADE;
}
.AnyTagClassName
{
color: #532ADE;
}
</style>
background-color css
<style>
a { background-color: #532ADE; }
a { background-color: rgb(83,42,222); }
div.DivClassName
{
background-color: #532ADE;
}
.BgClassName
{
background-color: #532ADE;
}
</style>
border-color css
<style>
span { border-color: #532ADE; }
span { border-color: rgb(83,42,222); }
td.TdClassName
{
border-color: #532ADE;
}
.TagClassName
{
border-color: #532ADE;
}
</style>