Shades of Han Purple #5B1FFF
Tints of Han Purple #5B1FFF
RGB
CMYK
RGB Variations
Color information
#5B1FFF (or 0x5B1FFF) is known color: Han Purple. HEX triplet: 5B, 1F and FF. RGB value is (91,31,255). Sum of RGB (Red+Green+Blue) = 91+31+255=377 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.14% from 377); Green value is 31 (12.5% from 255 or 8.22% from 377); Blue value is 255 (100% from 255 or 67.64% from 377); Max value from RGB is 255 - color contains mainly: blue. Hex color #5B1FFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5B1FFF is #A4E000. Grayscale: #494949. Windows color (decimal): -10805249 or 16719707. OLE color: 16719707.
HSL color Cylindrical-coordinate representation of color #5B1FFF: hue angle of 256.07º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1FFF is Cyan = 0.64, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 91 | 31 | 255 | - |
| CMYK | 0.64 | 0.88 | 0 | 0 |
| HSL | 256.07º | 1% | 0.56% | - |
| HSV(B) | 256.07º | 0.88% | 1% | - |
| XYZ | 22.85 | 10.42 | 95.42 | - |
| YUV | 74.48 | 229.88 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 255 | 0.64 | 0.88 | 0 | 0 | 256.07 | 1 | 0.56 |
| Hex | 5B | 1F | FF | 40 | 58 | 0 | 0 | 100 | 64 | 38 |
| Octal | 133 | 37 | 377 | 100 | 130 | 0 | 0 | 400 | 144 | 70 |
| Binary | 1011011 | 11111 | 11111111 | 1000000 | 1011000 | 0 | 0 | 100000000 | 1100100 | 111000 |
Color Harmonies of #5B1FFF
Complementary color
Monochromatic Colors of #5B1FFF
Black with #5B1FFF
Text Example
Text Example
White with #5B1FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1FFF; }
p { color: rgb(91,31,255); }
H1.HeaderClassName
{
color: #5B1FFF;
}
.AnyTagClassName
{
color: #5B1FFF;
}
</style>
background-color css
<style>
a { background-color: #5B1FFF; }
a { background-color: rgb(91,31,255); }
div.DivClassName
{
background-color: #5B1FFF;
}
.BgClassName
{
background-color: #5B1FFF;
}
</style>
border-color css
<style>
span { border-color: #5B1FFF; }
span { border-color: rgb(91,31,255); }
td.TdClassName
{
border-color: #5B1FFF;
}
.TagClassName
{
border-color: #5B1FFF;
}
</style>