Shades of Han Purple #5B0DFF
Tints of Han Purple #5B0DFF
RGB
CMYK
RGB Variations
Color information
#5B0DFF (or 0x5B0DFF) is known color: Han Purple. HEX triplet: 5B, 0D and FF. RGB value is (91,13,255). Sum of RGB (Red+Green+Blue) = 91+13+255=359 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.35% from 359); Green value is 13 (5.47% from 255 or 3.62% from 359); Blue value is 255 (100% from 255 or 71.03% from 359); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B0DFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0DFF is #A4F200. Grayscale: #3F3F3F. Windows color (decimal): -10809857 or 16715099. OLE color: 16715099.
HSL color Cylindrical-coordinate representation of color #5B0DFF: hue angle of 259.34º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5B0DFF is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 13 | 255 | - |
| CMYK | 0.64 | 0.95 | 0 | 0 |
| HSL | 259.34º | 1% | 0.53% | - |
| HSV(B) | 259.34º | 0.95% | 1% | - |
| XYZ | 22.51 | 9.73 | 95.3 | - |
| YUV | 63.91 | 235.84 | 147.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 13 | 255 | 0.64 | 0.95 | 0 | 0 | 259.34 | 1 | 0.53 |
| Hex | 5B | D | FF | 40 | 5F | 0 | 0 | 103 | 64 | 35 |
| Octal | 133 | 15 | 377 | 100 | 137 | 0 | 0 | 403 | 144 | 65 |
| Binary | 1011011 | 1101 | 11111111 | 1000000 | 1011111 | 0 | 0 | 100000011 | 1100100 | 110101 |
Color Harmonies of #5B0DFF
Complementary color
Monochromatic Colors of #5B0DFF
Black with #5B0DFF
Text Example
Text Example
White with #5B0DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0DFF; }
p { color: rgb(91,13,255); }
H1.HeaderClassName
{
color: #5B0DFF;
}
.AnyTagClassName
{
color: #5B0DFF;
}
</style>
background-color css
<style>
a { background-color: #5B0DFF; }
a { background-color: rgb(91,13,255); }
div.DivClassName
{
background-color: #5B0DFF;
}
.BgClassName
{
background-color: #5B0DFF;
}
</style>
border-color css
<style>
span { border-color: #5B0DFF; }
span { border-color: rgb(91,13,255); }
td.TdClassName
{
border-color: #5B0DFF;
}
.TagClassName
{
border-color: #5B0DFF;
}
</style>