Shades of Han Purple #5A2FFA
Tints of Han Purple #5A2FFA
RGB
CMYK
RGB Variations
Color information
#5A2FFA (or 0x5A2FFA) is known color: Han Purple. HEX triplet: 5A, 2F and FA. RGB value is (90,47,250). Sum of RGB (Red+Green+Blue) = 90+47+250=387 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.26% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 250 (98.05% from 255 or 64.60% from 387); Max value from RGB is 250 - color contains mainly: blue. Hex color #5A2FFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2FFA is #A5D005. Grayscale: #525252. Windows color (decimal): -10866694 or 16396122. OLE color: 16396122.
HSL color Cylindrical-coordinate representation of color #5A2FFA: hue angle of 252.71º degrees, saturation: 0.95, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A2FFA is Cyan = 0.64, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 47 | 250 | - |
| CMYK | 0.64 | 0.81 | 0 | 0.02 |
| HSL | 252.71º | 0.95% | 0.58% | - |
| HSV(B) | 252.71º | 0.81% | 0.98% | - |
| XYZ | 22.49 | 11.11 | 91.4 | - |
| YUV | 83 | 222.25 | 132.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 47 | 250 | 0.64 | 0.81 | 0 | 0.02 | 252.71 | 0.95 | 0.58 |
| Hex | 5A | 2F | FA | 40 | 51 | 0 | 2 | FD | 5F | 3A |
| Octal | 132 | 57 | 372 | 100 | 121 | 0 | 2 | 375 | 137 | 72 |
| Binary | 1011010 | 101111 | 11111010 | 1000000 | 1010001 | 0 | 10 | 11111101 | 1011111 | 111010 |
Color Harmonies of #5A2FFA
Complementary color
Monochromatic Colors of #5A2FFA
Black with #5A2FFA
Text Example
Text Example
White with #5A2FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2FFA; }
p { color: rgb(90,47,250); }
H1.HeaderClassName
{
color: #5A2FFA;
}
.AnyTagClassName
{
color: #5A2FFA;
}
</style>
background-color css
<style>
a { background-color: #5A2FFA; }
a { background-color: rgb(90,47,250); }
div.DivClassName
{
background-color: #5A2FFA;
}
.BgClassName
{
background-color: #5A2FFA;
}
</style>
border-color css
<style>
span { border-color: #5A2FFA; }
span { border-color: rgb(90,47,250); }
td.TdClassName
{
border-color: #5A2FFA;
}
.TagClassName
{
border-color: #5A2FFA;
}
</style>