Shades of Han Purple #5A32E7
Tints of Han Purple #5A32E7
RGB
CMYK
RGB Variations
Color information
#5A32E7 (or 0x5A32E7) is known color: Han Purple. HEX triplet: 5A, 32 and E7. RGB value is (90,50,231). Sum of RGB (Red+Green+Blue) = 90+50+231=371 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.26% from 371); Green value is 50 (19.92% from 255 or 13.48% from 371); Blue value is 231 (90.62% from 255 or 62.26% from 371); Max value from RGB is 231 - color contains mainly: blue. Hex color #5A32E7 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A32E7 is #A5CD18. Grayscale: #515151. Windows color (decimal): -10865945 or 15151706. OLE color: 15151706.
HSL color Cylindrical-coordinate representation of color #5A32E7: hue angle of 253.26º degrees, saturation: 0.79, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5A32E7 is Cyan = 0.61, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 50 | 231 | - |
| CMYK | 0.61 | 0.78 | 0 | 0.09 |
| HSL | 253.26º | 0.79% | 0.55% | - |
| HSV(B) | 253.26º | 0.78% | 0.91% | - |
| XYZ | 19.78 | 10.22 | 76.53 | - |
| YUV | 82.59 | 211.75 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 231 | 0.61 | 0.78 | 0 | 0.09 | 253.26 | 0.79 | 0.55 |
| Hex | 5A | 32 | E7 | 3D | 4E | 0 | 9 | FD | 4F | 37 |
| Octal | 132 | 62 | 347 | 75 | 116 | 0 | 11 | 375 | 117 | 67 |
| Binary | 1011010 | 110010 | 11100111 | 111101 | 1001110 | 0 | 1001 | 11111101 | 1001111 | 110111 |
Color Harmonies of #5A32E7
Complementary color
Monochromatic Colors of #5A32E7
Black with #5A32E7
Text Example
Text Example
White with #5A32E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A32E7; }
p { color: rgb(90,50,231); }
H1.HeaderClassName
{
color: #5A32E7;
}
.AnyTagClassName
{
color: #5A32E7;
}
</style>
background-color css
<style>
a { background-color: #5A32E7; }
a { background-color: rgb(90,50,231); }
div.DivClassName
{
background-color: #5A32E7;
}
.BgClassName
{
background-color: #5A32E7;
}
</style>
border-color css
<style>
span { border-color: #5A32E7; }
span { border-color: rgb(90,50,231); }
td.TdClassName
{
border-color: #5A32E7;
}
.TagClassName
{
border-color: #5A32E7;
}
</style>