Shades of Han Purple #532CED
Tints of Han Purple #532CED
RGB
CMYK
RGB Variations
Color information
#532CED (or 0x532CED) is known color: Han Purple. HEX triplet: 53, 2C and ED. RGB value is (83,44,237). Sum of RGB (Red+Green+Blue) = 83+44+237=364 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.80% from 364); Green value is 44 (17.58% from 255 or 12.09% from 364); Blue value is 237 (92.97% from 255 or 65.11% from 364); Max value from RGB is 237 - color contains mainly: blue. Hex color #532CED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #532CED is #ACD312. Grayscale: #4C4C4C. Windows color (decimal): -11326227 or 15543379. OLE color: 15543379.
HSL color Cylindrical-coordinate representation of color #532CED: hue angle of 252.12º degrees, saturation: 0.84, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532CED is Cyan = 0.65, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 83 | 44 | 237 | - |
| CMYK | 0.65 | 0.81 | 0 | 0.07 |
| HSL | 252.12º | 0.84% | 0.55% | - |
| HSV(B) | 252.12º | 0.81% | 0.93% | - |
| XYZ | 19.75 | 9.75 | 80.96 | - |
| YUV | 77.66 | 217.92 | 131.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 237 | 0.65 | 0.81 | 0 | 0.07 | 252.12 | 0.84 | 0.55 |
| Hex | 53 | 2C | ED | 41 | 51 | 0 | 7 | FC | 54 | 37 |
| Octal | 123 | 54 | 355 | 101 | 121 | 0 | 7 | 374 | 124 | 67 |
| Binary | 1010011 | 101100 | 11101101 | 1000001 | 1010001 | 0 | 111 | 11111100 | 1010100 | 110111 |
Color Harmonies of #532CED
Complementary color
Monochromatic Colors of #532CED
Black with #532CED
Text Example
Text Example
White with #532CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CED; }
p { color: rgb(83,44,237); }
H1.HeaderClassName
{
color: #532CED;
}
.AnyTagClassName
{
color: #532CED;
}
</style>
background-color css
<style>
a { background-color: #532CED; }
a { background-color: rgb(83,44,237); }
div.DivClassName
{
background-color: #532CED;
}
.BgClassName
{
background-color: #532CED;
}
</style>
border-color css
<style>
span { border-color: #532CED; }
span { border-color: rgb(83,44,237); }
td.TdClassName
{
border-color: #532CED;
}
.TagClassName
{
border-color: #532CED;
}
</style>