Shades of Han Purple #5A34F9
Tints of Han Purple #5A34F9
RGB
CMYK
RGB Variations
Color information
#5A34F9 (or 0x5A34F9) is known color: Han Purple. HEX triplet: 5A, 34 and F9. RGB value is (90,52,249). Sum of RGB (Red+Green+Blue) = 90+52+249=391 (51% of max value = 765). Red value is 90 (35.55% from 255 or 23.02% from 391); Green value is 52 (20.70% from 255 or 13.30% from 391); Blue value is 249 (97.66% from 255 or 63.68% from 391); Max value from RGB is 249 - color contains mainly: blue. Hex color #5A34F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A34F9 is #A5CB06. Grayscale: #555555. Windows color (decimal): -10865415 or 16331866. OLE color: 16331866.
HSL color Cylindrical-coordinate representation of color #5A34F9: hue angle of 251.57º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5A34F9 is Cyan = 0.64, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 90 | 52 | 249 | - |
| CMYK | 0.64 | 0.79 | 0 | 0.02 |
| HSL | 251.57º | 0.94% | 0.59% | - |
| HSV(B) | 251.57º | 0.79% | 0.98% | - |
| XYZ | 22.54 | 11.47 | 90.65 | - |
| YUV | 85.82 | 220.09 | 130.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 52 | 249 | 0.64 | 0.79 | 0 | 0.02 | 251.57 | 0.94 | 0.59 |
| Hex | 5A | 34 | F9 | 40 | 4F | 0 | 2 | FC | 5E | 3B |
| Octal | 132 | 64 | 371 | 100 | 117 | 0 | 2 | 374 | 136 | 73 |
| Binary | 1011010 | 110100 | 11111001 | 1000000 | 1001111 | 0 | 10 | 11111100 | 1011110 | 111011 |
Color Harmonies of #5A34F9
Complementary color
Monochromatic Colors of #5A34F9
Black with #5A34F9
Text Example
Text Example
White with #5A34F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A34F9; }
p { color: rgb(90,52,249); }
H1.HeaderClassName
{
color: #5A34F9;
}
.AnyTagClassName
{
color: #5A34F9;
}
</style>
background-color css
<style>
a { background-color: #5A34F9; }
a { background-color: rgb(90,52,249); }
div.DivClassName
{
background-color: #5A34F9;
}
.BgClassName
{
background-color: #5A34F9;
}
</style>
border-color css
<style>
span { border-color: #5A34F9; }
span { border-color: rgb(90,52,249); }
td.TdClassName
{
border-color: #5A34F9;
}
.TagClassName
{
border-color: #5A34F9;
}
</style>