Shades of Han Purple #5A19FF
Tints of Han Purple #5A19FF
RGB
CMYK
RGB Variations
Color information
#5A19FF (or 0x5A19FF) is known color: Han Purple. HEX triplet: 5A, 19 and FF. RGB value is (90,25,255). Sum of RGB (Red+Green+Blue) = 90+25+255=370 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.32% from 370); Green value is 25 (10.16% from 255 or 6.76% from 370); Blue value is 255 (100% from 255 or 68.92% from 370); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A19FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A19FF is #A5E600. Grayscale: #454545. Windows color (decimal): -10872321 or 16718170. OLE color: 16718170.
HSL color Cylindrical-coordinate representation of color #5A19FF: hue angle of 256.96º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A19FF is Cyan = 0.65, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 25 | 255 | - |
| CMYK | 0.65 | 0.90 | 0 | 0 |
| HSL | 256.96º | 1% | 0.55% | - |
| HSV(B) | 256.96º | 0.9% | 1% | - |
| XYZ | 22.61 | 10.09 | 95.36 | - |
| YUV | 70.66 | 232.03 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 25 | 255 | 0.65 | 0.90 | 0 | 0 | 256.96 | 1 | 0.55 |
| Hex | 5A | 19 | FF | 41 | 5A | 0 | 0 | 101 | 64 | 37 |
| Octal | 132 | 31 | 377 | 101 | 132 | 0 | 0 | 401 | 144 | 67 |
| Binary | 1011010 | 11001 | 11111111 | 1000001 | 1011010 | 0 | 0 | 100000001 | 1100100 | 110111 |
Color Harmonies of #5A19FF
Complementary color
Monochromatic Colors of #5A19FF
Black with #5A19FF
Text Example
Text Example
White with #5A19FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A19FF; }
p { color: rgb(90,25,255); }
H1.HeaderClassName
{
color: #5A19FF;
}
.AnyTagClassName
{
color: #5A19FF;
}
</style>
background-color css
<style>
a { background-color: #5A19FF; }
a { background-color: rgb(90,25,255); }
div.DivClassName
{
background-color: #5A19FF;
}
.BgClassName
{
background-color: #5A19FF;
}
</style>
border-color css
<style>
span { border-color: #5A19FF; }
span { border-color: rgb(90,25,255); }
td.TdClassName
{
border-color: #5A19FF;
}
.TagClassName
{
border-color: #5A19FF;
}
</style>