Shades of Han Purple #5B17FE
Tints of Han Purple #5B17FE
RGB
CMYK
RGB Variations
Color information
#5B17FE (or 0x5B17FE) is known color: Han Purple. HEX triplet: 5B, 17 and FE. RGB value is (91,23,254). Sum of RGB (Red+Green+Blue) = 91+23+254=368 (48% of max value = 765). Red value is 91 (35.94% from 255 or 24.73% from 368); Green value is 23 (9.38% from 255 or 6.25% from 368); Blue value is 254 (99.61% from 255 or 69.02% from 368); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B17FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B17FE is #A4E801. Grayscale: #444444. Windows color (decimal): -10807298 or 16652123. OLE color: 16652123.
HSL color Cylindrical-coordinate representation of color #5B17FE: hue angle of 257.66º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B17FE is Cyan = 0.64, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 23 | 254 | - |
| CMYK | 0.64 | 0.91 | 0 | 0.00 |
| HSL | 257.66º | 0.99% | 0.54% | - |
| HSV(B) | 257.66º | 0.91% | 1% | - |
| XYZ | 22.51 | 9.99 | 94.51 | - |
| YUV | 69.67 | 232.03 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 23 | 254 | 0.64 | 0.91 | 0 | 0.00 | 257.66 | 0.99 | 0.54 |
| Hex | 5B | 17 | FE | 40 | 5B | 0 | 0 | 102 | 63 | 36 |
| Octal | 133 | 27 | 376 | 100 | 133 | 0 | 0 | 402 | 143 | 66 |
| Binary | 1011011 | 10111 | 11111110 | 1000000 | 1011011 | 0 | 0 | 100000010 | 1100011 | 110110 |
Color Harmonies of #5B17FE
Complementary color
Monochromatic Colors of #5B17FE
Black with #5B17FE
Text Example
Text Example
White with #5B17FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B17FE; }
p { color: rgb(91,23,254); }
H1.HeaderClassName
{
color: #5B17FE;
}
.AnyTagClassName
{
color: #5B17FE;
}
</style>
background-color css
<style>
a { background-color: #5B17FE; }
a { background-color: rgb(91,23,254); }
div.DivClassName
{
background-color: #5B17FE;
}
.BgClassName
{
background-color: #5B17FE;
}
</style>
border-color css
<style>
span { border-color: #5B17FE; }
span { border-color: rgb(91,23,254); }
td.TdClassName
{
border-color: #5B17FE;
}
.TagClassName
{
border-color: #5B17FE;
}
</style>