Shades of Han Purple #5B0EFC
Tints of Han Purple #5B0EFC
RGB
CMYK
RGB Variations
Color information
#5B0EFC (or 0x5B0EFC) is known color: Han Purple. HEX triplet: 5B, 0E and FC. RGB value is (91,14,252). Sum of RGB (Red+Green+Blue) = 91+14+252=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 14 (5.86% from 255 or 3.92% from 357); Blue value is 252 (98.83% from 255 or 70.59% from 357); Max value from RGB is 252 - color contains mainly: blue. Hex color #5B0EFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0EFC is #A4F103. Grayscale: #3F3F3F. Windows color (decimal): -10809604 or 16518747. OLE color: 16518747.
HSL color Cylindrical-coordinate representation of color #5B0EFC: hue angle of 259.41º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0EFC is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 91 | 14 | 252 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.01 |
| HSL | 259.41º | 0.98% | 0.52% | - |
| HSV(B) | 259.41º | 0.94% | 0.99% | - |
| XYZ | 22.04 | 9.57 | 92.78 | - |
| YUV | 64.16 | 234.01 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 14 | 252 | 0.64 | 0.94 | 0 | 0.01 | 259.41 | 0.98 | 0.52 |
| Hex | 5B | E | FC | 40 | 5E | 0 | 1 | 103 | 62 | 34 |
| Octal | 133 | 16 | 374 | 100 | 136 | 0 | 1 | 403 | 142 | 64 |
| Binary | 1011011 | 1110 | 11111100 | 1000000 | 1011110 | 0 | 1 | 100000011 | 1100010 | 110100 |
Color Harmonies of #5B0EFC
Complementary color
Monochromatic Colors of #5B0EFC
Black with #5B0EFC
Text Example
Text Example
White with #5B0EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0EFC; }
p { color: rgb(91,14,252); }
H1.HeaderClassName
{
color: #5B0EFC;
}
.AnyTagClassName
{
color: #5B0EFC;
}
</style>
background-color css
<style>
a { background-color: #5B0EFC; }
a { background-color: rgb(91,14,252); }
div.DivClassName
{
background-color: #5B0EFC;
}
.BgClassName
{
background-color: #5B0EFC;
}
</style>
border-color css
<style>
span { border-color: #5B0EFC; }
span { border-color: rgb(91,14,252); }
td.TdClassName
{
border-color: #5B0EFC;
}
.TagClassName
{
border-color: #5B0EFC;
}
</style>