Shades of Han Purple #5A2BF9
Tints of Han Purple #5A2BF9
RGB
CMYK
RGB Variations
Color information
#5A2BF9 (or 0x5A2BF9) is known color: Han Purple. HEX triplet: 5A, 2B and F9. RGB value is (90,43,249). Sum of RGB (Red+Green+Blue) = 90+43+249=382 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.56% from 382); Green value is 43 (17.19% from 255 or 11.26% from 382); Blue value is 249 (97.66% from 255 or 65.18% from 382); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A2BF9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2BF9 is #A5D406. Grayscale: #4F4F4F. Windows color (decimal): -10867719 or 16329562. OLE color: 16329562.
HSL color Cylindrical-coordinate representation of color #5A2BF9: hue angle of 253.69º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5A2BF9 is Cyan = 0.64, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 43 | 249 | - |
| CMYK | 0.64 | 0.83 | 0 | 0.02 |
| HSL | 253.69º | 0.94% | 0.57% | - |
| HSV(B) | 253.69º | 0.83% | 0.98% | - |
| XYZ | 22.18 | 10.74 | 90.53 | - |
| YUV | 80.54 | 223.07 | 134.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 249 | 0.64 | 0.83 | 0 | 0.02 | 253.69 | 0.94 | 0.57 |
| Hex | 5A | 2B | F9 | 40 | 53 | 0 | 2 | FE | 5E | 39 |
| Octal | 132 | 53 | 371 | 100 | 123 | 0 | 2 | 376 | 136 | 71 |
| Binary | 1011010 | 101011 | 11111001 | 1000000 | 1010011 | 0 | 10 | 11111110 | 1011110 | 111001 |
Color Harmonies of #5A2BF9
Complementary color
Monochromatic Colors of #5A2BF9
Black with #5A2BF9
Text Example
Text Example
White with #5A2BF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BF9; }
p { color: rgb(90,43,249); }
H1.HeaderClassName
{
color: #5A2BF9;
}
.AnyTagClassName
{
color: #5A2BF9;
}
</style>
background-color css
<style>
a { background-color: #5A2BF9; }
a { background-color: rgb(90,43,249); }
div.DivClassName
{
background-color: #5A2BF9;
}
.BgClassName
{
background-color: #5A2BF9;
}
</style>
border-color css
<style>
span { border-color: #5A2BF9; }
span { border-color: rgb(90,43,249); }
td.TdClassName
{
border-color: #5A2BF9;
}
.TagClassName
{
border-color: #5A2BF9;
}
</style>