Shades of Han Purple #5A32FD
Tints of Han Purple #5A32FD
RGB
CMYK
RGB Variations
Color information
#5A32FD (or 0x5A32FD) is known color: Han Purple. HEX triplet: 5A, 32 and FD. RGB value is (90,50,253). Sum of RGB (Red+Green+Blue) = 90+50+253=393 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.90% from 393); Green value is 50 (19.92% from 255 or 12.72% from 393); Blue value is 253 (99.22% from 255 or 64.38% from 393); Max value from RGB is 253 - color contains mainly: blue. Hex color #5A32FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A32FD is #A5CD02. Grayscale: #545454. Windows color (decimal): -10865923 or 16593498. OLE color: 16593498.
HSL color Cylindrical-coordinate representation of color #5A32FD: hue angle of 251.82º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5A32FD is Cyan = 0.64, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 90 | 50 | 253 | - |
| CMYK | 0.64 | 0.80 | 0 | 0.01 |
| HSL | 251.82º | 0.98% | 0.59% | - |
| HSV(B) | 251.82º | 0.8% | 0.99% | - |
| XYZ | 23.09 | 11.55 | 93.94 | - |
| YUV | 85.1 | 222.75 | 131.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 50 | 253 | 0.64 | 0.80 | 0 | 0.01 | 251.82 | 0.98 | 0.59 |
| Hex | 5A | 32 | FD | 40 | 50 | 0 | 1 | FC | 62 | 3B |
| Octal | 132 | 62 | 375 | 100 | 120 | 0 | 1 | 374 | 142 | 73 |
| Binary | 1011010 | 110010 | 11111101 | 1000000 | 1010000 | 0 | 1 | 11111100 | 1100010 | 111011 |
Color Harmonies of #5A32FD
Complementary color
Monochromatic Colors of #5A32FD
Black with #5A32FD
Text Example
Text Example
White with #5A32FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A32FD; }
p { color: rgb(90,50,253); }
H1.HeaderClassName
{
color: #5A32FD;
}
.AnyTagClassName
{
color: #5A32FD;
}
</style>
background-color css
<style>
a { background-color: #5A32FD; }
a { background-color: rgb(90,50,253); }
div.DivClassName
{
background-color: #5A32FD;
}
.BgClassName
{
background-color: #5A32FD;
}
</style>
border-color css
<style>
span { border-color: #5A32FD; }
span { border-color: rgb(90,50,253); }
td.TdClassName
{
border-color: #5A32FD;
}
.TagClassName
{
border-color: #5A32FD;
}
</style>