Shades of Han Purple #532BE8
Tints of Han Purple #532BE8
RGB
CMYK
RGB Variations
Color information
#532BE8 (or 0x532BE8) is known color: Han Purple. HEX triplet: 53, 2B and E8. RGB value is (83,43,232). Sum of RGB (Red+Green+Blue) = 83+43+232=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 43 (17.19% from 255 or 12.01% from 358); Blue value is 232 (91.02% from 255 or 64.80% from 358); Max value from RGB is 232 - color contains mainly: blue. Hex color #532BE8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532BE8 is #ACD417. Grayscale: #4B4B4B. Windows color (decimal): -11326488 or 15215443. OLE color: 15215443.
HSL color Cylindrical-coordinate representation of color #532BE8: hue angle of 252.7º degrees, saturation: 0.8, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532BE8 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 83 | 43 | 232 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.09 |
| HSL | 252.7º | 0.8% | 0.54% | - |
| HSV(B) | 252.7º | 0.81% | 0.91% | - |
| XYZ | 19 | 9.39 | 77.16 | - |
| YUV | 76.51 | 215.75 | 132.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 232 | 0.64 | 0.81 | 0 | 0.09 | 252.7 | 0.8 | 0.54 |
| Hex | 53 | 2B | E8 | 40 | 51 | 0 | 9 | FD | 50 | 36 |
| Octal | 123 | 53 | 350 | 100 | 121 | 0 | 11 | 375 | 120 | 66 |
| Binary | 1010011 | 101011 | 11101000 | 1000000 | 1010001 | 0 | 1001 | 11111101 | 1010000 | 110110 |
Color Harmonies of #532BE8
Complementary color
Monochromatic Colors of #532BE8
Black with #532BE8
Text Example
Text Example
White with #532BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BE8; }
p { color: rgb(83,43,232); }
H1.HeaderClassName
{
color: #532BE8;
}
.AnyTagClassName
{
color: #532BE8;
}
</style>
background-color css
<style>
a { background-color: #532BE8; }
a { background-color: rgb(83,43,232); }
div.DivClassName
{
background-color: #532BE8;
}
.BgClassName
{
background-color: #532BE8;
}
</style>
border-color css
<style>
span { border-color: #532BE8; }
span { border-color: rgb(83,43,232); }
td.TdClassName
{
border-color: #532BE8;
}
.TagClassName
{
border-color: #532BE8;
}
</style>