Shades of Han Purple #5B1AE0
Tints of Han Purple #5B1AE0
RGB
CMYK
RGB Variations
Color information
#5B1AE0 (or 0x5B1AE0) is known color: Han Purple. HEX triplet: 5B, 1A and E0. RGB value is (91,26,224). Sum of RGB (Red+Green+Blue) = 91+26+224=341 (45% of max value = 765). Red value is 91 (35.94% from 255 or 26.69% from 341); Green value is 26 (10.55% from 255 or 7.62% from 341); Blue value is 224 (87.89% from 255 or 65.69% from 341); Max value from RGB is 224 - color contains mainly: blue. Hex color #5B1AE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B1AE0 is #A4E51F. Grayscale: #434343. Windows color (decimal): -10806560 or 14686811. OLE color: 14686811.
HSL color Cylindrical-coordinate representation of color #5B1AE0: hue angle of 259.7º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1AE0 is Cyan = 0.59, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 91 | 26 | 224 | - |
| CMYK | 0.59 | 0.88 | 0 | 0.12 |
| HSL | 259.7º | 0.79% | 0.49% | - |
| HSV(B) | 259.7º | 0.88% | 0.88% | - |
| XYZ | 18.14 | 8.34 | 71.18 | - |
| YUV | 68.01 | 216.03 | 144.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 26 | 224 | 0.59 | 0.88 | 0 | 0.12 | 259.7 | 0.79 | 0.49 |
| Hex | 5B | 1A | E0 | 3B | 58 | 0 | C | 104 | 4F | 31 |
| Octal | 133 | 32 | 340 | 73 | 130 | 0 | 14 | 404 | 117 | 61 |
| Binary | 1011011 | 11010 | 11100000 | 111011 | 1011000 | 0 | 1100 | 100000100 | 1001111 | 110001 |
Color Harmonies of #5B1AE0
Complementary color
Monochromatic Colors of #5B1AE0
Black with #5B1AE0
Text Example
Text Example
White with #5B1AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B1AE0; }
p { color: rgb(91,26,224); }
H1.HeaderClassName
{
color: #5B1AE0;
}
.AnyTagClassName
{
color: #5B1AE0;
}
</style>
background-color css
<style>
a { background-color: #5B1AE0; }
a { background-color: rgb(91,26,224); }
div.DivClassName
{
background-color: #5B1AE0;
}
.BgClassName
{
background-color: #5B1AE0;
}
</style>
border-color css
<style>
span { border-color: #5B1AE0; }
span { border-color: rgb(91,26,224); }
td.TdClassName
{
border-color: #5B1AE0;
}
.TagClassName
{
border-color: #5B1AE0;
}
</style>