Shades of Han Purple #5B0FFA
Tints of Han Purple #5B0FFA
RGB
CMYK
RGB Variations
Color information
#5B0FFA (or 0x5B0FFA) is known color: Han Purple. HEX triplet: 5B, 0F and FA. RGB value is (91,15,250). Sum of RGB (Red+Green+Blue) = 91+15+250=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 15 (6.25% from 255 or 4.21% from 356); Blue value is 250 (98.05% from 255 or 70.22% from 356); Max value from RGB is 250 - color contains mainly: blue. Hex color #5B0FFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5B0FFA is #A4F005. Grayscale: #3F3F3F. Windows color (decimal): -10809350 or 16387931. OLE color: 16387931.
HSL color Cylindrical-coordinate representation of color #5B0FFA: hue angle of 259.4º degrees, saturation: 0.96, 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 #5B0FFA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 91 | 15 | 250 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.02 |
| HSL | 259.4º | 0.96% | 0.52% | - |
| HSV(B) | 259.4º | 0.94% | 0.98% | - |
| XYZ | 21.74 | 9.47 | 91.12 | - |
| YUV | 64.51 | 232.68 | 146.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 15 | 250 | 0.64 | 0.94 | 0 | 0.02 | 259.4 | 0.96 | 0.52 |
| Hex | 5B | F | FA | 40 | 5E | 0 | 2 | 103 | 60 | 34 |
| Octal | 133 | 17 | 372 | 100 | 136 | 0 | 2 | 403 | 140 | 64 |
| Binary | 1011011 | 1111 | 11111010 | 1000000 | 1011110 | 0 | 10 | 100000011 | 1100000 | 110100 |
Color Harmonies of #5B0FFA
Complementary color
Monochromatic Colors of #5B0FFA
Black with #5B0FFA
Text Example
Text Example
White with #5B0FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B0FFA; }
p { color: rgb(91,15,250); }
H1.HeaderClassName
{
color: #5B0FFA;
}
.AnyTagClassName
{
color: #5B0FFA;
}
</style>
background-color css
<style>
a { background-color: #5B0FFA; }
a { background-color: rgb(91,15,250); }
div.DivClassName
{
background-color: #5B0FFA;
}
.BgClassName
{
background-color: #5B0FFA;
}
</style>
border-color css
<style>
span { border-color: #5B0FFA; }
span { border-color: rgb(91,15,250); }
td.TdClassName
{
border-color: #5B0FFA;
}
.TagClassName
{
border-color: #5B0FFA;
}
</style>