Shades of Han Purple #532BEC
Tints of Han Purple #532BEC
RGB
CMYK
RGB Variations
Color information
#532BEC (or 0x532BEC) is known color: Han Purple. HEX triplet: 53, 2B and EC. RGB value is (83,43,236). Sum of RGB (Red+Green+Blue) = 83+43+236=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 43 (17.19% from 255 or 11.88% from 362); Blue value is 236 (92.58% from 255 or 65.19% from 362); Max value from RGB is 236 - color contains mainly: blue. Hex color #532BEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532BEC is #ACD413. Grayscale: #4C4C4C. Windows color (decimal): -11326484 or 15477587. OLE color: 15477587.
HSL color Cylindrical-coordinate representation of color #532BEC: hue angle of 252.44º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #532BEC is Cyan = 0.65, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 43 | 236 | - |
| CMYK | 0.65 | 0.82 | 0 | 0.07 |
| HSL | 252.44º | 0.84% | 0.55% | - |
| HSV(B) | 252.44º | 0.82% | 0.93% | - |
| XYZ | 19.57 | 9.62 | 80.18 | - |
| YUV | 76.96 | 217.75 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 236 | 0.65 | 0.82 | 0 | 0.07 | 252.44 | 0.84 | 0.55 |
| Hex | 53 | 2B | EC | 41 | 52 | 0 | 7 | FC | 54 | 37 |
| Octal | 123 | 53 | 354 | 101 | 122 | 0 | 7 | 374 | 124 | 67 |
| Binary | 1010011 | 101011 | 11101100 | 1000001 | 1010010 | 0 | 111 | 11111100 | 1010100 | 110111 |
Color Harmonies of #532BEC
Complementary color
Monochromatic Colors of #532BEC
Black with #532BEC
Text Example
Text Example
White with #532BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532BEC; }
p { color: rgb(83,43,236); }
H1.HeaderClassName
{
color: #532BEC;
}
.AnyTagClassName
{
color: #532BEC;
}
</style>
background-color css
<style>
a { background-color: #532BEC; }
a { background-color: rgb(83,43,236); }
div.DivClassName
{
background-color: #532BEC;
}
.BgClassName
{
background-color: #532BEC;
}
</style>
border-color css
<style>
span { border-color: #532BEC; }
span { border-color: rgb(83,43,236); }
td.TdClassName
{
border-color: #532BEC;
}
.TagClassName
{
border-color: #532BEC;
}
</style>