Shades of Han Purple #5A1DF8
Tints of Han Purple #5A1DF8
RGB
CMYK
RGB Variations
Color information
#5A1DF8 (or 0x5A1DF8) is known color: Han Purple. HEX triplet: 5A, 1D and F8. RGB value is (90,29,248). Sum of RGB (Red+Green+Blue) = 90+29+248=367 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.52% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 248 (97.27% from 255 or 67.57% from 367); Max value from RGB is 248 - color contains mainly: blue. Hex color #5A1DF8 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1DF8 is #A5E207. Grayscale: #474747. Windows color (decimal): -10871304 or 16260442. OLE color: 16260442.
HSL color Cylindrical-coordinate representation of color #5A1DF8: hue angle of 256.71º degrees, saturation: 0.94, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1DF8 is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 90 | 29 | 248 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.03 |
| HSL | 256.71º | 0.94% | 0.54% | - |
| HSV(B) | 256.71º | 0.88% | 0.97% | - |
| XYZ | 21.6 | 9.83 | 89.57 | - |
| YUV | 72.21 | 227.21 | 140.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 29 | 248 | 0.64 | 0.88 | 0 | 0.03 | 256.71 | 0.94 | 0.54 |
| Hex | 5A | 1D | F8 | 40 | 58 | 0 | 3 | 101 | 5E | 36 |
| Octal | 132 | 35 | 370 | 100 | 130 | 0 | 3 | 401 | 136 | 66 |
| Binary | 1011010 | 11101 | 11111000 | 1000000 | 1011000 | 0 | 11 | 100000001 | 1011110 | 110110 |
Color Harmonies of #5A1DF8
Complementary color
Monochromatic Colors of #5A1DF8
Black with #5A1DF8
Text Example
Text Example
White with #5A1DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1DF8; }
p { color: rgb(90,29,248); }
H1.HeaderClassName
{
color: #5A1DF8;
}
.AnyTagClassName
{
color: #5A1DF8;
}
</style>
background-color css
<style>
a { background-color: #5A1DF8; }
a { background-color: rgb(90,29,248); }
div.DivClassName
{
background-color: #5A1DF8;
}
.BgClassName
{
background-color: #5A1DF8;
}
</style>
border-color css
<style>
span { border-color: #5A1DF8; }
span { border-color: rgb(90,29,248); }
td.TdClassName
{
border-color: #5A1DF8;
}
.TagClassName
{
border-color: #5A1DF8;
}
</style>