Shades of Han Purple #532CE5
Tints of Han Purple #532CE5
RGB
CMYK
RGB Variations
Color information
#532CE5 (or 0x532CE5) is known color: Han Purple. HEX triplet: 53, 2C and E5. RGB value is (83,44,229). Sum of RGB (Red+Green+Blue) = 83+44+229=356 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.31% from 356); Green value is 44 (17.58% from 255 or 12.36% from 356); Blue value is 229 (89.84% from 255 or 64.33% from 356); Max value from RGB is 229 - color contains mainly: blue. Hex color #532CE5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #532CE5 is #ACD31A. Grayscale: #4C4C4C. Windows color (decimal): -11326235 or 15019091. OLE color: 15019091.
HSL color Cylindrical-coordinate representation of color #532CE5: hue angle of 252.65º degrees, saturation: 0.78, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #532CE5 is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 83 | 44 | 229 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.10 |
| HSL | 252.65º | 0.78% | 0.54% | - |
| HSV(B) | 252.65º | 0.81% | 0.9% | - |
| XYZ | 18.61 | 9.3 | 74.94 | - |
| YUV | 76.75 | 213.92 | 132.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 229 | 0.64 | 0.81 | 0 | 0.10 | 252.65 | 0.78 | 0.54 |
| Hex | 53 | 2C | E5 | 40 | 51 | 0 | A | FD | 4E | 36 |
| Octal | 123 | 54 | 345 | 100 | 121 | 0 | 12 | 375 | 116 | 66 |
| Binary | 1010011 | 101100 | 11100101 | 1000000 | 1010001 | 0 | 1010 | 11111101 | 1001110 | 110110 |
Color Harmonies of #532CE5
Complementary color
Monochromatic Colors of #532CE5
Black with #532CE5
Text Example
Text Example
White with #532CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532CE5; }
p { color: rgb(83,44,229); }
H1.HeaderClassName
{
color: #532CE5;
}
.AnyTagClassName
{
color: #532CE5;
}
</style>
background-color css
<style>
a { background-color: #532CE5; }
a { background-color: rgb(83,44,229); }
div.DivClassName
{
background-color: #532CE5;
}
.BgClassName
{
background-color: #532CE5;
}
</style>
border-color css
<style>
span { border-color: #532CE5; }
span { border-color: rgb(83,44,229); }
td.TdClassName
{
border-color: #532CE5;
}
.TagClassName
{
border-color: #532CE5;
}
</style>