Shades of Han Purple #5A1AFB
Tints of Han Purple #5A1AFB
RGB
CMYK
RGB Variations
Color information
#5A1AFB (or 0x5A1AFB) is known color: Han Purple. HEX triplet: 5A, 1A and FB. RGB value is (90,26,251). Sum of RGB (Red+Green+Blue) = 90+26+251=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 26 (10.55% from 255 or 7.08% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #5A1AFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1AFB is #A5E504. Grayscale: #454545. Windows color (decimal): -10872069 or 16456282. OLE color: 16456282.
HSL color Cylindrical-coordinate representation of color #5A1AFB: hue angle of 257.07º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A1AFB is Cyan = 0.64, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 26 | 251 | - |
| CMYK | 0.64 | 0.90 | 0 | 0.02 |
| HSL | 257.07º | 0.97% | 0.54% | - |
| HSV(B) | 257.07º | 0.9% | 0.98% | - |
| XYZ | 22 | 9.88 | 92.01 | - |
| YUV | 70.79 | 229.7 | 141.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 26 | 251 | 0.64 | 0.90 | 0 | 0.02 | 257.07 | 0.97 | 0.54 |
| Hex | 5A | 1A | FB | 40 | 5A | 0 | 2 | 101 | 61 | 36 |
| Octal | 132 | 32 | 373 | 100 | 132 | 0 | 2 | 401 | 141 | 66 |
| Binary | 1011010 | 11010 | 11111011 | 1000000 | 1011010 | 0 | 10 | 100000001 | 1100001 | 110110 |
Color Harmonies of #5A1AFB
Complementary color
Monochromatic Colors of #5A1AFB
Black with #5A1AFB
Text Example
Text Example
White with #5A1AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1AFB; }
p { color: rgb(90,26,251); }
H1.HeaderClassName
{
color: #5A1AFB;
}
.AnyTagClassName
{
color: #5A1AFB;
}
</style>
background-color css
<style>
a { background-color: #5A1AFB; }
a { background-color: rgb(90,26,251); }
div.DivClassName
{
background-color: #5A1AFB;
}
.BgClassName
{
background-color: #5A1AFB;
}
</style>
border-color css
<style>
span { border-color: #5A1AFB; }
span { border-color: rgb(90,26,251); }
td.TdClassName
{
border-color: #5A1AFB;
}
.TagClassName
{
border-color: #5A1AFB;
}
</style>