Shades of Han Purple #5A1FFF
Tints of Han Purple #5A1FFF
RGB
CMYK
RGB Variations
Color information
#5A1FFF (or 0x5A1FFF) is known color: Han Purple. HEX triplet: 5A, 1F and FF. RGB value is (90,31,255). Sum of RGB (Red+Green+Blue) = 90+31+255=376 (49% of max value = 765). Red value is 90 (35.55% from 255 or 23.94% from 376); Green value is 31 (12.5% from 255 or 8.24% from 376); Blue value is 255 (100% from 255 or 67.82% from 376); Max value from RGB is 255 - color contains mainly: blue. Hex color #5A1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1FFF is #A5E000. Grayscale: #494949. Windows color (decimal): -10870785 or 16719706. OLE color: 16719706.
HSL color Cylindrical-coordinate representation of color #5A1FFF: hue angle of 255.8º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A1FFF is Cyan = 0.65, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 90 | 31 | 255 | - |
| CMYK | 0.65 | 0.88 | 0 | 0 |
| HSL | 255.8º | 1% | 0.56% | - |
| HSV(B) | 255.8º | 0.88% | 1% | - |
| XYZ | 22.76 | 10.37 | 95.41 | - |
| YUV | 74.18 | 230.05 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 31 | 255 | 0.65 | 0.88 | 0 | 0 | 255.8 | 1 | 0.56 |
| Hex | 5A | 1F | FF | 41 | 58 | 0 | 0 | 100 | 64 | 38 |
| Octal | 132 | 37 | 377 | 101 | 130 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011010 | 11111 | 11111111 | 1000001 | 1011000 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #5A1FFF
Complementary color
Monochromatic Colors of #5A1FFF
Black with #5A1FFF
Text Example
Text Example
White with #5A1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1FFF; }
p { color: rgb(90,31,255); }
H1.HeaderClassName
{
color: #5A1FFF;
}
.AnyTagClassName
{
color: #5A1FFF;
}
</style>
background-color css
<style>
a { background-color: #5A1FFF; }
a { background-color: rgb(90,31,255); }
div.DivClassName
{
background-color: #5A1FFF;
}
.BgClassName
{
background-color: #5A1FFF;
}
</style>
border-color css
<style>
span { border-color: #5A1FFF; }
span { border-color: rgb(90,31,255); }
td.TdClassName
{
border-color: #5A1FFF;
}
.TagClassName
{
border-color: #5A1FFF;
}
</style>