Shades of Han Purple #5B0DFE
Tints of Han Purple #5B0DFE
RGB
CMYK
RGB Variations
Color information
#5B0DFE (or 0x5B0DFE) is known color: Han Purple. HEX triplet: 5B, 0D and FE. RGB value is (91,13,254). Sum of RGB (Red+Green+Blue) = 91+13+254=358 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.42% from 358); Green value is 13 (5.47% from 255 or 3.63% from 358); Blue value is 254 (99.61% from 255 or 70.95% from 358); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B0DFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0DFE is #A4F201. Grayscale: #3E3E3E. Windows color (decimal): -10809858 or 16649563. OLE color: 16649563.
HSL color Cylindrical-coordinate representation of color #5B0DFE: hue angle of 259.42º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0DFE is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 91 | 13 | 254 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.00 |
| HSL | 259.42º | 0.99% | 0.52% | - |
| HSV(B) | 259.42º | 0.95% | 1% | - |
| XYZ | 22.35 | 9.67 | 94.45 | - |
| YUV | 63.8 | 235.34 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 254 | 0.64 | 0.95 | 0 | 0.00 | 259.42 | 0.99 | 0.52 |
| Hex | 5B | D | FE | 40 | 5F | 0 | 0 | 103 | 63 | 34 |
| Octal | 133 | 15 | 376 | 100 | 137 | 0 | 0 | 403 | 143 | 64 |
| Binary | 1011011 | 1101 | 11111110 | 1000000 | 1011111 | 0 | 0 | 100000011 | 1100011 | 110100 |
Color Harmonies of #5B0DFE
Complementary color
Monochromatic Colors of #5B0DFE
Black with #5B0DFE
Text Example
Text Example
White with #5B0DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0DFE; }
p { color: rgb(91,13,254); }
H1.HeaderClassName
{
color: #5B0DFE;
}
.AnyTagClassName
{
color: #5B0DFE;
}
</style>
background-color css
<style>
a { background-color: #5B0DFE; }
a { background-color: rgb(91,13,254); }
div.DivClassName
{
background-color: #5B0DFE;
}
.BgClassName
{
background-color: #5B0DFE;
}
</style>
border-color css
<style>
span { border-color: #5B0DFE; }
span { border-color: rgb(91,13,254); }
td.TdClassName
{
border-color: #5B0DFE;
}
.TagClassName
{
border-color: #5B0DFE;
}
</style>