Shades of Han Purple #5A0BFA
Tints of Han Purple #5A0BFA
RGB
CMYK
RGB Variations
Color information
#5A0BFA (or 0x5A0BFA) is known color: Han Purple. HEX triplet: 5A, 0B and FA. RGB value is (90,11,250). Sum of RGB (Red+Green+Blue) = 90+11+250=351 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.64% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 250 (98.05% from 255 or 71.23% from 351); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A0BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0BFA is #A5F405. Grayscale: #3C3C3C. Windows color (decimal): -10875910 or 16386906. OLE color: 16386906.
HSL color Cylindrical-coordinate representation of color #5A0BFA: hue angle of 259.83º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #5A0BFA is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 11 | 250 | - |
| CMYK | 0.64 | 0.96 | 0 | 0.02 |
| HSL | 259.83º | 0.96% | 0.51% | - |
| HSV(B) | 259.83º | 0.96% | 0.98% | - |
| XYZ | 21.59 | 9.32 | 91.1 | - |
| YUV | 61.87 | 234.17 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 250 | 0.64 | 0.96 | 0 | 0.02 | 259.83 | 0.96 | 0.51 |
| Hex | 5A | B | FA | 40 | 60 | 0 | 2 | 104 | 60 | 33 |
| Octal | 132 | 13 | 372 | 100 | 140 | 0 | 2 | 404 | 140 | 63 |
| Binary | 1011010 | 1011 | 11111010 | 1000000 | 1100000 | 0 | 10 | 100000100 | 1100000 | 110011 |
Color Harmonies of #5A0BFA
Complementary color
Monochromatic Colors of #5A0BFA
Black with #5A0BFA
Text Example
Text Example
White with #5A0BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BFA; }
p { color: rgb(90,11,250); }
H1.HeaderClassName
{
color: #5A0BFA;
}
.AnyTagClassName
{
color: #5A0BFA;
}
</style>
background-color css
<style>
a { background-color: #5A0BFA; }
a { background-color: rgb(90,11,250); }
div.DivClassName
{
background-color: #5A0BFA;
}
.BgClassName
{
background-color: #5A0BFA;
}
</style>
border-color css
<style>
span { border-color: #5A0BFA; }
span { border-color: rgb(90,11,250); }
td.TdClassName
{
border-color: #5A0BFA;
}
.TagClassName
{
border-color: #5A0BFA;
}
</style>