Shades of Han Purple #5B11FE
Tints of Han Purple #5B11FE
RGB
CMYK
RGB Variations
Color information
#5B11FE (or 0x5B11FE) is known color: Han Purple. HEX triplet: 5B, 11 and FE. RGB value is (91,17,254). Sum of RGB (Red+Green+Blue) = 91+17+254=362 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.14% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 254 (99.61% from 255 or 70.17% from 362); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B11FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B11FE is #A4EE01. Grayscale: #414141. Windows color (decimal): -10808834 or 16650587. OLE color: 16650587.
HSL color Cylindrical-coordinate representation of color #5B11FE: hue angle of 258.73º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5B11FE is Cyan = 0.64, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 17 | 254 | - |
| CMYK | 0.64 | 0.93 | 0 | 0.00 |
| HSL | 258.73º | 0.99% | 0.53% | - |
| HSV(B) | 258.73º | 0.93% | 1% | - |
| XYZ | 22.4 | 9.78 | 94.47 | - |
| YUV | 66.14 | 234.02 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 17 | 254 | 0.64 | 0.93 | 0 | 0.00 | 258.73 | 0.99 | 0.53 |
| Hex | 5B | 11 | FE | 40 | 5D | 0 | 0 | 103 | 63 | 35 |
| Octal | 133 | 21 | 376 | 100 | 135 | 0 | 0 | 403 | 143 | 65 |
| Binary | 1011011 | 10001 | 11111110 | 1000000 | 1011101 | 0 | 0 | 100000011 | 1100011 | 110101 |
Color Harmonies of #5B11FE
Complementary color
Monochromatic Colors of #5B11FE
Black with #5B11FE
Text Example
Text Example
White with #5B11FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B11FE; }
p { color: rgb(91,17,254); }
H1.HeaderClassName
{
color: #5B11FE;
}
.AnyTagClassName
{
color: #5B11FE;
}
</style>
background-color css
<style>
a { background-color: #5B11FE; }
a { background-color: rgb(91,17,254); }
div.DivClassName
{
background-color: #5B11FE;
}
.BgClassName
{
background-color: #5B11FE;
}
</style>
border-color css
<style>
span { border-color: #5B11FE; }
span { border-color: rgb(91,17,254); }
td.TdClassName
{
border-color: #5B11FE;
}
.TagClassName
{
border-color: #5B11FE;
}
</style>