Shades of Han Purple #5B10FE
Tints of Han Purple #5B10FE
RGB
CMYK
RGB Variations
Color information
#5B10FE (or 0x5B10FE) is known color: Han Purple. HEX triplet: 5B, 10 and FE. RGB value is (91,16,254). Sum of RGB (Red+Green+Blue) = 91+16+254=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 16 (6.64% from 255 or 4.43% from 361); Blue value is 254 (99.61% from 255 or 70.36% from 361); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B10FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B10FE is #A4EF01. Grayscale: #404040. Windows color (decimal): -10809090 or 16650331. OLE color: 16650331.
HSL color Cylindrical-coordinate representation of color #5B10FE: hue angle of 258.91º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B10FE is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 16 | 254 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.00 |
| HSL | 258.91º | 0.99% | 0.53% | - |
| HSV(B) | 258.91º | 0.94% | 1% | - |
| XYZ | 22.39 | 9.75 | 94.47 | - |
| YUV | 65.56 | 234.35 | 146.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 16 | 254 | 0.64 | 0.94 | 0 | 0.00 | 258.91 | 0.99 | 0.53 |
| Hex | 5B | 10 | FE | 40 | 5E | 0 | 0 | 103 | 63 | 35 |
| Octal | 133 | 20 | 376 | 100 | 136 | 0 | 0 | 403 | 143 | 65 |
| Binary | 1011011 | 10000 | 11111110 | 1000000 | 1011110 | 0 | 0 | 100000011 | 1100011 | 110101 |
Color Harmonies of #5B10FE
Complementary color
Monochromatic Colors of #5B10FE
Black with #5B10FE
Text Example
Text Example
White with #5B10FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B10FE; }
p { color: rgb(91,16,254); }
H1.HeaderClassName
{
color: #5B10FE;
}
.AnyTagClassName
{
color: #5B10FE;
}
</style>
background-color css
<style>
a { background-color: #5B10FE; }
a { background-color: rgb(91,16,254); }
div.DivClassName
{
background-color: #5B10FE;
}
.BgClassName
{
background-color: #5B10FE;
}
</style>
border-color css
<style>
span { border-color: #5B10FE; }
span { border-color: rgb(91,16,254); }
td.TdClassName
{
border-color: #5B10FE;
}
.TagClassName
{
border-color: #5B10FE;
}
</style>