Shades of Han Purple #532CEB
Tints of Han Purple #532CEB
RGB
CMYK
RGB Variations
Color information
#532CEB (or 0x532CEB) is known color: Han Purple. HEX triplet: 53, 2C and EB. RGB value is (83,44,235). Sum of RGB (Red+Green+Blue) = 83+44+235=362 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.93% from 362); Green value is 44 (17.58% from 255 or 12.15% from 362); Blue value is 235 (92.19% from 255 or 64.92% from 362); Max value from RGB is 235 - color contains mainly: blue. Hex color #532CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CEB is #ACD314. Grayscale: #4C4C4C. Windows color (decimal): -11326229 or 15412307. OLE color: 15412307.
HSL color Cylindrical-coordinate representation of color #532CEB: hue angle of 252.25º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532CEB is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 83 | 44 | 235 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.08 |
| HSL | 252.25º | 0.83% | 0.55% | - |
| HSV(B) | 252.25º | 0.81% | 0.92% | - |
| XYZ | 19.46 | 9.64 | 79.43 | - |
| YUV | 77.44 | 216.92 | 131.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 235 | 0.65 | 0.81 | 0 | 0.08 | 252.25 | 0.83 | 0.55 |
| Hex | 53 | 2C | EB | 41 | 51 | 0 | 8 | FC | 53 | 37 |
| Octal | 123 | 54 | 353 | 101 | 121 | 0 | 10 | 374 | 123 | 67 |
| Binary | 1010011 | 101100 | 11101011 | 1000001 | 1010001 | 0 | 1000 | 11111100 | 1010011 | 110111 |
Color Harmonies of #532CEB
Complementary color
Monochromatic Colors of #532CEB
Black with #532CEB
Text Example
Text Example
White with #532CEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CEB; }
p { color: rgb(83,44,235); }
H1.HeaderClassName
{
color: #532CEB;
}
.AnyTagClassName
{
color: #532CEB;
}
</style>
background-color css
<style>
a { background-color: #532CEB; }
a { background-color: rgb(83,44,235); }
div.DivClassName
{
background-color: #532CEB;
}
.BgClassName
{
background-color: #532CEB;
}
</style>
border-color css
<style>
span { border-color: #532CEB; }
span { border-color: rgb(83,44,235); }
td.TdClassName
{
border-color: #532CEB;
}
.TagClassName
{
border-color: #532CEB;
}
</style>