Shades of Han Purple #5B0FFF
Tints of Han Purple #5B0FFF
RGB
CMYK
RGB Variations
Color information
#5B0FFF (or 0x5B0FFF) is known color: Han Purple. HEX triplet: 5B, 0F and FF. RGB value is (91,15,255). Sum of RGB (Red+Green+Blue) = 91+15+255=361 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.21% from 361); Green value is 15 (6.25% from 255 or 4.16% from 361); Blue value is 255 (100% from 255 or 70.64% from 361); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B0FFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0FFF is #A4F000. Grayscale: #404040. Windows color (decimal): -10809345 or 16715611. OLE color: 16715611.
HSL color Cylindrical-coordinate representation of color #5B0FFF: hue angle of 259º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0FFF is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 15 | 255 | - |
| CMYK | 0.64 | 0.94 | 0 | 0 |
| HSL | 259º | 1% | 0.53% | - |
| HSV(B) | 259º | 0.94% | 1% | - |
| XYZ | 22.54 | 9.79 | 95.31 | - |
| YUV | 65.08 | 235.18 | 146.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 15 | 255 | 0.64 | 0.94 | 0 | 0 | 259 | 1 | 0.53 |
| Hex | 5B | F | FF | 40 | 5E | 0 | 0 | 103 | 64 | 35 |
| Octal | 133 | 17 | 377 | 100 | 136 | 0 | 0 | 403 | 144 | 65 |
| Binary | 1011011 | 1111 | 11111111 | 1000000 | 1011110 | 0 | 0 | 100000011 | 1100100 | 110101 |
Color Harmonies of #5B0FFF
Complementary color
Monochromatic Colors of #5B0FFF
Black with #5B0FFF
Text Example
Text Example
White with #5B0FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0FFF; }
p { color: rgb(91,15,255); }
H1.HeaderClassName
{
color: #5B0FFF;
}
.AnyTagClassName
{
color: #5B0FFF;
}
</style>
background-color css
<style>
a { background-color: #5B0FFF; }
a { background-color: rgb(91,15,255); }
div.DivClassName
{
background-color: #5B0FFF;
}
.BgClassName
{
background-color: #5B0FFF;
}
</style>
border-color css
<style>
span { border-color: #5B0FFF; }
span { border-color: rgb(91,15,255); }
td.TdClassName
{
border-color: #5B0FFF;
}
.TagClassName
{
border-color: #5B0FFF;
}
</style>