Shades of Han Purple #532ADD
Tints of Han Purple #532ADD
RGB
CMYK
RGB Variations
Color information
#532ADD (or 0x532ADD) is known color: Han Purple. HEX triplet: 53, 2A and DD. RGB value is (83,42,221). Sum of RGB (Red+Green+Blue) = 83+42+221=346 (45% of max value = 765). Red value is 83 (32.81% from 255 or 23.99% from 346); Green value is 42 (16.80% from 255 or 12.14% from 346); Blue value is 221 (86.72% from 255 or 63.87% from 346); Max value from RGB is 221 - color contains mainly: blue. Hex color #532ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532ADD is #ACD522. Grayscale: #494949. Windows color (decimal): -11326755 or 14494291. OLE color: 14494291.
HSL color Cylindrical-coordinate representation of color #532ADD: hue angle of 253.74º degrees, saturation: 0.72, 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 #532ADD is Cyan = 0.62, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 83 | 42 | 221 | - |
| CMYK | 0.62 | 0.81 | 0 | 0.13 |
| HSL | 253.74º | 0.72% | 0.52% | - |
| HSV(B) | 253.74º | 0.81% | 0.87% | - |
| XYZ | 17.45 | 8.72 | 69.17 | - |
| YUV | 74.67 | 210.58 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 221 | 0.62 | 0.81 | 0 | 0.13 | 253.74 | 0.72 | 0.52 |
| Hex | 53 | 2A | DD | 3E | 51 | 0 | D | FE | 48 | 34 |
| Octal | 123 | 52 | 335 | 76 | 121 | 0 | 15 | 376 | 110 | 64 |
| Binary | 1010011 | 101010 | 11011101 | 111110 | 1010001 | 0 | 1101 | 11111110 | 1001000 | 110100 |
Color Harmonies of #532ADD
Complementary color
Monochromatic Colors of #532ADD
Black with #532ADD
Text Example
Text Example
White with #532ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532ADD; }
p { color: rgb(83,42,221); }
H1.HeaderClassName
{
color: #532ADD;
}
.AnyTagClassName
{
color: #532ADD;
}
</style>
background-color css
<style>
a { background-color: #532ADD; }
a { background-color: rgb(83,42,221); }
div.DivClassName
{
background-color: #532ADD;
}
.BgClassName
{
background-color: #532ADD;
}
</style>
border-color css
<style>
span { border-color: #532ADD; }
span { border-color: rgb(83,42,221); }
td.TdClassName
{
border-color: #532ADD;
}
.TagClassName
{
border-color: #532ADD;
}
</style>