Shades of Han Purple #5A32FB
Tints of Han Purple #5A32FB
RGB
CMYK
RGB Variations
Color information
#5A32FB (or 0x5A32FB) is known color: Han Purple. HEX triplet: 5A, 32 and FB. RGB value is (90,50,251). Sum of RGB (Red+Green+Blue) = 90+50+251=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 50 (19.92% from 255 or 12.79% from 391); Blue value is 251 (98.44% from 255 or 64.19% from 391); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A32FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A32FB is #A5CD04. Grayscale: #545454. Windows color (decimal): -10865925 or 16462426. OLE color: 16462426.
HSL color Cylindrical-coordinate representation of color #5A32FB: hue angle of 251.94º degrees, saturation: 0.96, 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 #5A32FB is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 50 | 251 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.02 |
| HSL | 251.94º | 0.96% | 0.59% | - |
| HSV(B) | 251.94º | 0.8% | 0.98% | - |
| XYZ | 22.77 | 11.42 | 92.27 | - |
| YUV | 84.87 | 221.75 | 131.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 251 | 0.64 | 0.80 | 0 | 0.02 | 251.94 | 0.96 | 0.59 |
| Hex | 5A | 32 | FB | 40 | 50 | 0 | 2 | FC | 60 | 3B |
| Octal | 132 | 62 | 373 | 100 | 120 | 0 | 2 | 374 | 140 | 73 |
| Binary | 1011010 | 110010 | 11111011 | 1000000 | 1010000 | 0 | 10 | 11111100 | 1100000 | 111011 |
Color Harmonies of #5A32FB
Complementary color
Monochromatic Colors of #5A32FB
Black with #5A32FB
Text Example
Text Example
White with #5A32FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A32FB; }
p { color: rgb(90,50,251); }
H1.HeaderClassName
{
color: #5A32FB;
}
.AnyTagClassName
{
color: #5A32FB;
}
</style>
background-color css
<style>
a { background-color: #5A32FB; }
a { background-color: rgb(90,50,251); }
div.DivClassName
{
background-color: #5A32FB;
}
.BgClassName
{
background-color: #5A32FB;
}
</style>
border-color css
<style>
span { border-color: #5A32FB; }
span { border-color: rgb(90,50,251); }
td.TdClassName
{
border-color: #5A32FB;
}
.TagClassName
{
border-color: #5A32FB;
}
</style>