Shades of Han Purple #5B1EFA
Tints of Han Purple #5B1EFA
RGB
CMYK
RGB Variations
Color information
#5B1EFA (or 0x5B1EFA) is known color: Han Purple. HEX triplet: 5B, 1E and FA. RGB value is (91,30,250). Sum of RGB (Red+Green+Blue) = 91+30+250=371 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.53% from 371); Green value is 30 (12.11% from 255 or 8.09% from 371); Blue value is 250 (98.05% from 255 or 67.39% from 371); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B1EFA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1EFA is #A4E105. Grayscale: #484848. Windows color (decimal): -10805510 or 16391771. OLE color: 16391771.
HSL color Cylindrical-coordinate representation of color #5B1EFA: hue angle of 256.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1EFA is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 30 | 250 | - |
| CMYK | 0.64 | 0.88 | 0 | 0.02 |
| HSL | 256.64º | 0.96% | 0.55% | - |
| HSV(B) | 256.64º | 0.88% | 0.98% | - |
| XYZ | 22.03 | 10.05 | 91.22 | - |
| YUV | 73.32 | 227.71 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 30 | 250 | 0.64 | 0.88 | 0 | 0.02 | 256.64 | 0.96 | 0.55 |
| Hex | 5B | 1E | FA | 40 | 58 | 0 | 2 | 101 | 60 | 37 |
| Octal | 133 | 36 | 372 | 100 | 130 | 0 | 2 | 401 | 140 | 67 |
| Binary | 1011011 | 11110 | 11111010 | 1000000 | 1011000 | 0 | 10 | 100000001 | 1100000 | 110111 |
Color Harmonies of #5B1EFA
Complementary color
Monochromatic Colors of #5B1EFA
Black with #5B1EFA
Text Example
Text Example
White with #5B1EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1EFA; }
p { color: rgb(91,30,250); }
H1.HeaderClassName
{
color: #5B1EFA;
}
.AnyTagClassName
{
color: #5B1EFA;
}
</style>
background-color css
<style>
a { background-color: #5B1EFA; }
a { background-color: rgb(91,30,250); }
div.DivClassName
{
background-color: #5B1EFA;
}
.BgClassName
{
background-color: #5B1EFA;
}
</style>
border-color css
<style>
span { border-color: #5B1EFA; }
span { border-color: rgb(91,30,250); }
td.TdClassName
{
border-color: #5B1EFA;
}
.TagClassName
{
border-color: #5B1EFA;
}
</style>