Shades of Han Purple #5B1FE0
Tints of Han Purple #5B1FE0
RGB
CMYK
RGB Variations
Color information
#5B1FE0 (or 0x5B1FE0) is known color: Han Purple. HEX triplet: 5B, 1F and E0. RGB value is (91,31,224). Sum of RGB (Red+Green+Blue) = 91+31+224=346 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.30% from 346); Green value is 31 (12.5% from 255 or 8.96% from 346); Blue value is 224 (87.89% from 255 or 64.74% from 346); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B1FE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1FE0 is #A4E01F. Grayscale: #464646. Windows color (decimal): -10805280 or 14688091. OLE color: 14688091.
HSL color Cylindrical-coordinate representation of color #5B1FE0: hue angle of 258.65º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5B1FE0 is Cyan = 0.59, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 31 | 224 | - |
| CMYK | 0.59 | 0.86 | 0 | 0.12 |
| HSL | 258.65º | 0.76% | 0.5% | - |
| HSV(B) | 258.65º | 0.86% | 0.88% | - |
| XYZ | 18.26 | 8.59 | 71.22 | - |
| YUV | 70.94 | 214.38 | 142.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 31 | 224 | 0.59 | 0.86 | 0 | 0.12 | 258.65 | 0.76 | 0.5 |
| Hex | 5B | 1F | E0 | 3B | 56 | 0 | C | 103 | 4C | 32 |
| Octal | 133 | 37 | 340 | 73 | 126 | 0 | 14 | 403 | 114 | 62 |
| Binary | 1011011 | 11111 | 11100000 | 111011 | 1010110 | 0 | 1100 | 100000011 | 1001100 | 110010 |
Color Harmonies of #5B1FE0
Complementary color
Monochromatic Colors of #5B1FE0
Black with #5B1FE0
Text Example
Text Example
White with #5B1FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1FE0; }
p { color: rgb(91,31,224); }
H1.HeaderClassName
{
color: #5B1FE0;
}
.AnyTagClassName
{
color: #5B1FE0;
}
</style>
background-color css
<style>
a { background-color: #5B1FE0; }
a { background-color: rgb(91,31,224); }
div.DivClassName
{
background-color: #5B1FE0;
}
.BgClassName
{
background-color: #5B1FE0;
}
</style>
border-color css
<style>
span { border-color: #5B1FE0; }
span { border-color: rgb(91,31,224); }
td.TdClassName
{
border-color: #5B1FE0;
}
.TagClassName
{
border-color: #5B1FE0;
}
</style>