Shades of Han Purple #532AF0
Tints of Han Purple #532AF0
RGB
CMYK
RGB Variations
Color information
#532AF0 (or 0x532AF0) is known color: Han Purple. HEX triplet: 53, 2A and F0. RGB value is (83,42,240). Sum of RGB (Red+Green+Blue) = 83+42+240=365 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.74% from 365); Green value is 42 (16.80% from 255 or 11.51% from 365); Blue value is 240 (94.14% from 255 or 65.75% from 365); Max value from RGB is 240 - color contains mainly: blue. Hex color #532AF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532AF0 is #ACD50F. Grayscale: #4C4C4C. Windows color (decimal): -11326736 or 15739475. OLE color: 15739475.
HSL color Cylindrical-coordinate representation of color #532AF0: hue angle of 252.42º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532AF0 is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 83 | 42 | 240 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.06 |
| HSL | 252.42º | 0.87% | 0.55% | - |
| HSV(B) | 252.42º | 0.83% | 0.94% | - |
| XYZ | 20.12 | 9.79 | 83.27 | - |
| YUV | 76.83 | 220.08 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 240 | 0.65 | 0.82 | 0 | 0.06 | 252.42 | 0.87 | 0.55 |
| Hex | 53 | 2A | F0 | 41 | 52 | 0 | 6 | FC | 57 | 37 |
| Octal | 123 | 52 | 360 | 101 | 122 | 0 | 6 | 374 | 127 | 67 |
| Binary | 1010011 | 101010 | 11110000 | 1000001 | 1010010 | 0 | 110 | 11111100 | 1010111 | 110111 |
Color Harmonies of #532AF0
Complementary color
Monochromatic Colors of #532AF0
Black with #532AF0
Text Example
Text Example
White with #532AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532AF0; }
p { color: rgb(83,42,240); }
H1.HeaderClassName
{
color: #532AF0;
}
.AnyTagClassName
{
color: #532AF0;
}
</style>
background-color css
<style>
a { background-color: #532AF0; }
a { background-color: rgb(83,42,240); }
div.DivClassName
{
background-color: #532AF0;
}
.BgClassName
{
background-color: #532AF0;
}
</style>
border-color css
<style>
span { border-color: #532AF0; }
span { border-color: rgb(83,42,240); }
td.TdClassName
{
border-color: #532AF0;
}
.TagClassName
{
border-color: #532AF0;
}
</style>