Shades of Han Purple #5B1DF0
Tints of Han Purple #5B1DF0
RGB
CMYK
RGB Variations
Color information
#5B1DF0 (or 0x5B1DF0) is known color: Han Purple. HEX triplet: 5B, 1D and F0. RGB value is (91,29,240). Sum of RGB (Red+Green+Blue) = 91+29+240=360 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.28% from 360); Green value is 29 (11.72% from 255 or 8.06% from 360); Blue value is 240 (94.14% from 255 or 66.67% from 360); Max value from RGB is 240 - color contains mainly: blue. Hex color #5B1DF0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1DF0 is #A4E20F. Grayscale: #464646. Windows color (decimal): -10805776 or 15736155. OLE color: 15736155.
HSL color Cylindrical-coordinate representation of color #5B1DF0: hue angle of 257.63º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1DF0 is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 91 | 29 | 240 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.06 |
| HSL | 257.63º | 0.88% | 0.53% | - |
| HSV(B) | 257.63º | 0.88% | 0.94% | - |
| XYZ | 20.48 | 9.39 | 83.17 | - |
| YUV | 71.59 | 223.04 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 29 | 240 | 0.62 | 0.88 | 0 | 0.06 | 257.63 | 0.88 | 0.53 |
| Hex | 5B | 1D | F0 | 3E | 58 | 0 | 6 | 102 | 58 | 35 |
| Octal | 133 | 35 | 360 | 76 | 130 | 0 | 6 | 402 | 130 | 65 |
| Binary | 1011011 | 11101 | 11110000 | 111110 | 1011000 | 0 | 110 | 100000010 | 1011000 | 110101 |
Color Harmonies of #5B1DF0
Complementary color
Monochromatic Colors of #5B1DF0
Black with #5B1DF0
Text Example
Text Example
White with #5B1DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1DF0; }
p { color: rgb(91,29,240); }
H1.HeaderClassName
{
color: #5B1DF0;
}
.AnyTagClassName
{
color: #5B1DF0;
}
</style>
background-color css
<style>
a { background-color: #5B1DF0; }
a { background-color: rgb(91,29,240); }
div.DivClassName
{
background-color: #5B1DF0;
}
.BgClassName
{
background-color: #5B1DF0;
}
</style>
border-color css
<style>
span { border-color: #5B1DF0; }
span { border-color: rgb(91,29,240); }
td.TdClassName
{
border-color: #5B1DF0;
}
.TagClassName
{
border-color: #5B1DF0;
}
</style>