Shades of Han Purple #5A0FFA
Tints of Han Purple #5A0FFA
RGB
CMYK
RGB Variations
Color information
#5A0FFA (or 0x5A0FFA) is known color: Han Purple. HEX triplet: 5A, 0F and FA. RGB value is (90,15,250). Sum of RGB (Red+Green+Blue) = 90+15+250=355 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.35% from 355); Green value is 15 (6.25% from 255 or 4.23% from 355); Blue value is 250 (98.05% from 255 or 70.42% from 355); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A0FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0FFA is #A5F005. Grayscale: #3F3F3F. Windows color (decimal): -10874886 or 16387930. OLE color: 16387930.
HSL color Cylindrical-coordinate representation of color #5A0FFA: hue angle of 259.15º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A0FFA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 15 | 250 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.02 |
| HSL | 259.15º | 0.96% | 0.52% | - |
| HSV(B) | 259.15º | 0.94% | 0.98% | - |
| XYZ | 21.64 | 9.42 | 91.12 | - |
| YUV | 64.22 | 232.85 | 146.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 15 | 250 | 0.64 | 0.94 | 0 | 0.02 | 259.15 | 0.96 | 0.52 |
| Hex | 5A | F | FA | 40 | 5E | 0 | 2 | 103 | 60 | 34 |
| Octal | 132 | 17 | 372 | 100 | 136 | 0 | 2 | 403 | 140 | 64 |
| Binary | 1011010 | 1111 | 11111010 | 1000000 | 1011110 | 0 | 10 | 100000011 | 1100000 | 110100 |
Color Harmonies of #5A0FFA
Complementary color
Monochromatic Colors of #5A0FFA
Black with #5A0FFA
Text Example
Text Example
White with #5A0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0FFA; }
p { color: rgb(90,15,250); }
H1.HeaderClassName
{
color: #5A0FFA;
}
.AnyTagClassName
{
color: #5A0FFA;
}
</style>
background-color css
<style>
a { background-color: #5A0FFA; }
a { background-color: rgb(90,15,250); }
div.DivClassName
{
background-color: #5A0FFA;
}
.BgClassName
{
background-color: #5A0FFA;
}
</style>
border-color css
<style>
span { border-color: #5A0FFA; }
span { border-color: rgb(90,15,250); }
td.TdClassName
{
border-color: #5A0FFA;
}
.TagClassName
{
border-color: #5A0FFA;
}
</style>