Shades of Han Purple #5B26E3
Tints of Han Purple #5B26E3
RGB
CMYK
RGB Variations
Color information
#5B26E3 (or 0x5B26E3) is known color: Han Purple. HEX triplet: 5B, 26 and E3. RGB value is (91,38,227). Sum of RGB (Red+Green+Blue) = 91+38+227=356 (47% of max value = 765). Red value is 91 (35.94% from 255 or 25.56% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 227 (89.06% from 255 or 63.76% from 356); Max value from RGB is 227 - color contains mainly: blue. Hex color #5B26E3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5B26E3 is #A4D91C. Grayscale: #4A4A4A. Windows color (decimal): -10803485 or 14886491. OLE color: 14886491.
HSL color Cylindrical-coordinate representation of color #5B26E3: hue angle of 256.83º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5B26E3 is Cyan = 0.60, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 91 | 38 | 227 | - |
| CMYK | 0.60 | 0.83 | 0 | 0.11 |
| HSL | 256.83º | 0.77% | 0.52% | - |
| HSV(B) | 256.83º | 0.83% | 0.89% | - |
| XYZ | 18.87 | 9.16 | 73.45 | - |
| YUV | 75.39 | 213.56 | 139.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 38 | 227 | 0.60 | 0.83 | 0 | 0.11 | 256.83 | 0.77 | 0.52 |
| Hex | 5B | 26 | E3 | 3C | 53 | 0 | B | 101 | 4D | 34 |
| Octal | 133 | 46 | 343 | 74 | 123 | 0 | 13 | 401 | 115 | 64 |
| Binary | 1011011 | 100110 | 11100011 | 111100 | 1010011 | 0 | 1011 | 100000001 | 1001101 | 110100 |
Color Harmonies of #5B26E3
Complementary color
Monochromatic Colors of #5B26E3
Black with #5B26E3
Text Example
Text Example
White with #5B26E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B26E3; }
p { color: rgb(91,38,227); }
H1.HeaderClassName
{
color: #5B26E3;
}
.AnyTagClassName
{
color: #5B26E3;
}
</style>
background-color css
<style>
a { background-color: #5B26E3; }
a { background-color: rgb(91,38,227); }
div.DivClassName
{
background-color: #5B26E3;
}
.BgClassName
{
background-color: #5B26E3;
}
</style>
border-color css
<style>
span { border-color: #5B26E3; }
span { border-color: rgb(91,38,227); }
td.TdClassName
{
border-color: #5B26E3;
}
.TagClassName
{
border-color: #5B26E3;
}
</style>