Shades of Han Purple #5A32FA
Tints of Han Purple #5A32FA
RGB
CMYK
RGB Variations
Color information
#5A32FA (or 0x5A32FA) is known color: Han Purple. HEX triplet: 5A, 32 and FA. RGB value is (90,50,250). Sum of RGB (Red+Green+Blue) = 90+50+250=390 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.08% from 390); Green value is 50 (19.92% from 255 or 12.82% from 390); Blue value is 250 (98.05% from 255 or 64.10% from 390); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A32FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A32FA is #A5CD05. Grayscale: #545454. Windows color (decimal): -10865926 or 16396890. OLE color: 16396890.
HSL color Cylindrical-coordinate representation of color #5A32FA: hue angle of 252º degrees, saturation: 0.95, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A32FA is Cyan = 0.64, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 50 | 250 | - |
| CMYK | 0.64 | 0.8 | 0 | 0.02 |
| HSL | 252º | 0.95% | 0.59% | - |
| HSV(B) | 252º | 0.8% | 0.98% | - |
| XYZ | 22.61 | 11.36 | 91.44 | - |
| YUV | 84.76 | 221.25 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 250 | 0.64 | 0.8 | 0 | 0.02 | 252 | 0.95 | 0.59 |
| Hex | 5A | 32 | FA | 40 | 50 | 0 | 2 | FC | 5F | 3B |
| Octal | 132 | 62 | 372 | 100 | 120 | 0 | 2 | 374 | 137 | 73 |
| Binary | 1011010 | 110010 | 11111010 | 1000000 | 1010000 | 0 | 10 | 11111100 | 1011111 | 111011 |
Color Harmonies of #5A32FA
Complementary color
Monochromatic Colors of #5A32FA
Black with #5A32FA
Text Example
Text Example
White with #5A32FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A32FA; }
p { color: rgb(90,50,250); }
H1.HeaderClassName
{
color: #5A32FA;
}
.AnyTagClassName
{
color: #5A32FA;
}
</style>
background-color css
<style>
a { background-color: #5A32FA; }
a { background-color: rgb(90,50,250); }
div.DivClassName
{
background-color: #5A32FA;
}
.BgClassName
{
background-color: #5A32FA;
}
</style>
border-color css
<style>
span { border-color: #5A32FA; }
span { border-color: rgb(90,50,250); }
td.TdClassName
{
border-color: #5A32FA;
}
.TagClassName
{
border-color: #5A32FA;
}
</style>