Shades of Han Purple #5A1BF1
Tints of Han Purple #5A1BF1
RGB
CMYK
RGB Variations
Color information
#5A1BF1 (or 0x5A1BF1) is known color: Han Purple. HEX triplet: 5A, 1B and F1. RGB value is (90,27,241). Sum of RGB (Red+Green+Blue) = 90+27+241=358 (47% of max value = 765). Red value is 90 (35.55% from 255 or 25.14% from 358); Green value is 27 (10.94% from 255 or 7.54% from 358); Blue value is 241 (94.53% from 255 or 67.32% from 358); Max value from RGB is 241 - color contains mainly: blue. Hex color #5A1BF1 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A1BF1 is #A5E40E. Grayscale: #454545. Windows color (decimal): -10871823 or 15801178. OLE color: 15801178.
HSL color Cylindrical-coordinate representation of color #5A1BF1: hue angle of 257.66º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1BF1 is Cyan = 0.63, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 90 | 27 | 241 | - |
| CMYK | 0.63 | 0.89 | 0 | 0.05 |
| HSL | 257.66º | 0.88% | 0.53% | - |
| HSV(B) | 257.66º | 0.89% | 0.95% | - |
| XYZ | 20.49 | 9.31 | 83.94 | - |
| YUV | 70.23 | 224.37 | 142.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 27 | 241 | 0.63 | 0.89 | 0 | 0.05 | 257.66 | 0.88 | 0.53 |
| Hex | 5A | 1B | F1 | 3F | 59 | 0 | 5 | 102 | 58 | 35 |
| Octal | 132 | 33 | 361 | 77 | 131 | 0 | 5 | 402 | 130 | 65 |
| Binary | 1011010 | 11011 | 11110001 | 111111 | 1011001 | 0 | 101 | 100000010 | 1011000 | 110101 |
Color Harmonies of #5A1BF1
Complementary color
Monochromatic Colors of #5A1BF1
Black with #5A1BF1
Text Example
Text Example
White with #5A1BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A1BF1; }
p { color: rgb(90,27,241); }
H1.HeaderClassName
{
color: #5A1BF1;
}
.AnyTagClassName
{
color: #5A1BF1;
}
</style>
background-color css
<style>
a { background-color: #5A1BF1; }
a { background-color: rgb(90,27,241); }
div.DivClassName
{
background-color: #5A1BF1;
}
.BgClassName
{
background-color: #5A1BF1;
}
</style>
border-color css
<style>
span { border-color: #5A1BF1; }
span { border-color: rgb(90,27,241); }
td.TdClassName
{
border-color: #5A1BF1;
}
.TagClassName
{
border-color: #5A1BF1;
}
</style>