Shades of Han Purple #5A26EC
Tints of Han Purple #5A26EC
RGB
CMYK
RGB Variations
Color information
#5A26EC (or 0x5A26EC) is known color: Han Purple. HEX triplet: 5A, 26 and EC. RGB value is (90,38,236). Sum of RGB (Red+Green+Blue) = 90+38+236=364 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.73% from 364); Green value is 38 (15.23% from 255 or 10.44% from 364); Blue value is 236 (92.58% from 255 or 64.84% from 364); Max value from RGB is 236 - color contains mainly: blue. Hex color #5A26EC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A26EC is #A5D913. Grayscale: #4B4B4B. Windows color (decimal): -10869012 or 15476314. OLE color: 15476314.
HSL color Cylindrical-coordinate representation of color #5A26EC: hue angle of 255.76º degrees, saturation: 0.84, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A26EC is Cyan = 0.62, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 38 | 236 | - |
| CMYK | 0.62 | 0.84 | 0 | 0.07 |
| HSL | 255.76º | 0.84% | 0.54% | - |
| HSV(B) | 255.76º | 0.84% | 0.93% | - |
| XYZ | 20.05 | 9.62 | 80.16 | - |
| YUV | 76.12 | 218.23 | 137.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 38 | 236 | 0.62 | 0.84 | 0 | 0.07 | 255.76 | 0.84 | 0.54 |
| Hex | 5A | 26 | EC | 3E | 54 | 0 | 7 | 100 | 54 | 36 |
| Octal | 132 | 46 | 354 | 76 | 124 | 0 | 7 | 400 | 124 | 66 |
| Binary | 1011010 | 100110 | 11101100 | 111110 | 1010100 | 0 | 111 | 100000000 | 1010100 | 110110 |
Color Harmonies of #5A26EC
Complementary color
Monochromatic Colors of #5A26EC
Black with #5A26EC
Text Example
Text Example
White with #5A26EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A26EC; }
p { color: rgb(90,38,236); }
H1.HeaderClassName
{
color: #5A26EC;
}
.AnyTagClassName
{
color: #5A26EC;
}
</style>
background-color css
<style>
a { background-color: #5A26EC; }
a { background-color: rgb(90,38,236); }
div.DivClassName
{
background-color: #5A26EC;
}
.BgClassName
{
background-color: #5A26EC;
}
</style>
border-color css
<style>
span { border-color: #5A26EC; }
span { border-color: rgb(90,38,236); }
td.TdClassName
{
border-color: #5A26EC;
}
.TagClassName
{
border-color: #5A26EC;
}
</style>