Shades of Han Purple #5A29F9
Tints of Han Purple #5A29F9
RGB
CMYK
RGB Variations
Color information
#5A29F9 (or 0x5A29F9) is known color: Han Purple. HEX triplet: 5A, 29 and F9. RGB value is (90,41,249). Sum of RGB (Red+Green+Blue) = 90+41+249=380 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.68% from 380); Green value is 41 (16.41% from 255 or 10.79% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A29F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A29F9 is #A5D606. Grayscale: #4E4E4E. Windows color (decimal): -10868231 or 16329050. OLE color: 16329050.
HSL color Cylindrical-coordinate representation of color #5A29F9: hue angle of 254.13º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A29F9 is Cyan = 0.64, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 41 | 249 | - |
| CMYK | 0.64 | 0.84 | 0 | 0.02 |
| HSL | 254.13º | 0.95% | 0.57% | - |
| HSV(B) | 254.13º | 0.84% | 0.98% | - |
| XYZ | 22.11 | 10.6 | 90.5 | - |
| YUV | 79.36 | 223.73 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 41 | 249 | 0.64 | 0.84 | 0 | 0.02 | 254.13 | 0.95 | 0.57 |
| Hex | 5A | 29 | F9 | 40 | 54 | 0 | 2 | FE | 5F | 39 |
| Octal | 132 | 51 | 371 | 100 | 124 | 0 | 2 | 376 | 137 | 71 |
| Binary | 1011010 | 101001 | 11111001 | 1000000 | 1010100 | 0 | 10 | 11111110 | 1011111 | 111001 |
Color Harmonies of #5A29F9
Complementary color
Monochromatic Colors of #5A29F9
Black with #5A29F9
Text Example
Text Example
White with #5A29F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A29F9; }
p { color: rgb(90,41,249); }
H1.HeaderClassName
{
color: #5A29F9;
}
.AnyTagClassName
{
color: #5A29F9;
}
</style>
background-color css
<style>
a { background-color: #5A29F9; }
a { background-color: rgb(90,41,249); }
div.DivClassName
{
background-color: #5A29F9;
}
.BgClassName
{
background-color: #5A29F9;
}
</style>
border-color css
<style>
span { border-color: #5A29F9; }
span { border-color: rgb(90,41,249); }
td.TdClassName
{
border-color: #5A29F9;
}
.TagClassName
{
border-color: #5A29F9;
}
</style>