Shades of Han Purple #532BE3
Tints of Han Purple #532BE3
RGB
CMYK
RGB Variations
Color information
#532BE3 (or 0x532BE3) is known color: Han Purple. HEX triplet: 53, 2B and E3. RGB value is (83,43,227). Sum of RGB (Red+Green+Blue) = 83+43+227=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 43 (17.19% from 255 or 12.18% from 353); Blue value is 227 (89.06% from 255 or 64.31% from 353); Max value from RGB is 227 - color contains mainly: blue. Hex color #532BE3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532BE3 is #ACD41C. Grayscale: #4B4B4B. Windows color (decimal): -11326493 or 14887763. OLE color: 14887763.
HSL color Cylindrical-coordinate representation of color #532BE3: hue angle of 253.04º degrees, saturation: 0.77, 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 #532BE3 is Cyan = 0.63, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 83 | 43 | 227 | - |
| CMYK | 0.63 | 0.81 | 0 | 0.11 |
| HSL | 253.04º | 0.77% | 0.53% | - |
| HSV(B) | 253.04º | 0.81% | 0.89% | - |
| XYZ | 18.3 | 9.11 | 73.47 | - |
| YUV | 75.94 | 213.25 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 227 | 0.63 | 0.81 | 0 | 0.11 | 253.04 | 0.77 | 0.53 |
| Hex | 53 | 2B | E3 | 3F | 51 | 0 | B | FD | 4D | 35 |
| Octal | 123 | 53 | 343 | 77 | 121 | 0 | 13 | 375 | 115 | 65 |
| Binary | 1010011 | 101011 | 11100011 | 111111 | 1010001 | 0 | 1011 | 11111101 | 1001101 | 110101 |
Color Harmonies of #532BE3
Complementary color
Monochromatic Colors of #532BE3
Black with #532BE3
Text Example
Text Example
White with #532BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BE3; }
p { color: rgb(83,43,227); }
H1.HeaderClassName
{
color: #532BE3;
}
.AnyTagClassName
{
color: #532BE3;
}
</style>
background-color css
<style>
a { background-color: #532BE3; }
a { background-color: rgb(83,43,227); }
div.DivClassName
{
background-color: #532BE3;
}
.BgClassName
{
background-color: #532BE3;
}
</style>
border-color css
<style>
span { border-color: #532BE3; }
span { border-color: rgb(83,43,227); }
td.TdClassName
{
border-color: #532BE3;
}
.TagClassName
{
border-color: #532BE3;
}
</style>