Shades of Han Purple #5B0FFB
Tints of Han Purple #5B0FFB
RGB
CMYK
RGB Variations
Color information
#5B0FFB (or 0x5B0FFB) is known color: Han Purple. HEX triplet: 5B, 0F and FB. RGB value is (91,15,251). Sum of RGB (Red+Green+Blue) = 91+15+251=357 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.49% from 357); Green value is 15 (6.25% from 255 or 4.20% from 357); Blue value is 251 (98.44% from 255 or 70.31% from 357); Max value from RGB is 251 - color contains mainly: blue. Hex color #5B0FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0FFB is #A4F004. Grayscale: #3F3F3F. Windows color (decimal): -10809349 or 16453467. OLE color: 16453467.
HSL color Cylindrical-coordinate representation of color #5B0FFB: hue angle of 259.32º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5B0FFB is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 15 | 251 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.02 |
| HSL | 259.32º | 0.97% | 0.52% | - |
| HSV(B) | 259.32º | 0.94% | 0.98% | - |
| XYZ | 21.9 | 9.53 | 91.95 | - |
| YUV | 64.63 | 233.18 | 146.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 15 | 251 | 0.64 | 0.94 | 0 | 0.02 | 259.32 | 0.97 | 0.52 |
| Hex | 5B | F | FB | 40 | 5E | 0 | 2 | 103 | 61 | 34 |
| Octal | 133 | 17 | 373 | 100 | 136 | 0 | 2 | 403 | 141 | 64 |
| Binary | 1011011 | 1111 | 11111011 | 1000000 | 1011110 | 0 | 10 | 100000011 | 1100001 | 110100 |
Color Harmonies of #5B0FFB
Complementary color
Monochromatic Colors of #5B0FFB
Black with #5B0FFB
Text Example
Text Example
White with #5B0FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0FFB; }
p { color: rgb(91,15,251); }
H1.HeaderClassName
{
color: #5B0FFB;
}
.AnyTagClassName
{
color: #5B0FFB;
}
</style>
background-color css
<style>
a { background-color: #5B0FFB; }
a { background-color: rgb(91,15,251); }
div.DivClassName
{
background-color: #5B0FFB;
}
.BgClassName
{
background-color: #5B0FFB;
}
</style>
border-color css
<style>
span { border-color: #5B0FFB; }
span { border-color: rgb(91,15,251); }
td.TdClassName
{
border-color: #5B0FFB;
}
.TagClassName
{
border-color: #5B0FFB;
}
</style>