Shades of Han Purple #532BE2
Tints of Han Purple #532BE2
RGB
CMYK
RGB Variations
Color information
#532BE2 (or 0x532BE2) is known color: Han Purple. HEX triplet: 53, 2B and E2. RGB value is (83,43,226). Sum of RGB (Red+Green+Blue) = 83+43+226=352 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.58% from 352); Green value is 43 (17.19% from 255 or 12.22% from 352); Blue value is 226 (88.67% from 255 or 64.20% from 352); Max value from RGB is 226 - color contains mainly: blue. Hex color #532BE2 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BE2 is #ACD41D. Grayscale: #4B4B4B. Windows color (decimal): -11326494 or 14822227. OLE color: 14822227.
HSL color Cylindrical-coordinate representation of color #532BE2: hue angle of 253.11º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532BE2 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 43 | 226 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.11 |
| HSL | 253.11º | 0.76% | 0.53% | - |
| HSV(B) | 253.11º | 0.81% | 0.89% | - |
| XYZ | 18.16 | 9.06 | 72.74 | - |
| YUV | 75.82 | 212.75 | 133.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 226 | 0.63 | 0.81 | 0 | 0.11 | 253.11 | 0.76 | 0.53 |
| Hex | 53 | 2B | E2 | 3F | 51 | 0 | B | FD | 4C | 35 |
| Octal | 123 | 53 | 342 | 77 | 121 | 0 | 13 | 375 | 114 | 65 |
| Binary | 1010011 | 101011 | 11100010 | 111111 | 1010001 | 0 | 1011 | 11111101 | 1001100 | 110101 |
Color Harmonies of #532BE2
Complementary color
Monochromatic Colors of #532BE2
Black with #532BE2
Text Example
Text Example
White with #532BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BE2; }
p { color: rgb(83,43,226); }
H1.HeaderClassName
{
color: #532BE2;
}
.AnyTagClassName
{
color: #532BE2;
}
</style>
background-color css
<style>
a { background-color: #532BE2; }
a { background-color: rgb(83,43,226); }
div.DivClassName
{
background-color: #532BE2;
}
.BgClassName
{
background-color: #532BE2;
}
</style>
border-color css
<style>
span { border-color: #532BE2; }
span { border-color: rgb(83,43,226); }
td.TdClassName
{
border-color: #532BE2;
}
.TagClassName
{
border-color: #532BE2;
}
</style>