Shades of Han Purple #5A2BEB
Tints of Han Purple #5A2BEB
RGB
CMYK
RGB Variations
Color information
#5A2BEB (or 0x5A2BEB) is known color: Han Purple. HEX triplet: 5A, 2B and EB. RGB value is (90,43,235). Sum of RGB (Red+Green+Blue) = 90+43+235=368 (48% of max value = 765). Red value is 90 (35.55% from 255 or 24.46% from 368); Green value is 43 (17.19% from 255 or 11.68% from 368); Blue value is 235 (92.19% from 255 or 63.86% from 368); Max value from RGB is 235 - color contains mainly: blue. Hex color #5A2BEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5A2BEB is #A5D414. Grayscale: #4E4E4E. Windows color (decimal): -10867733 or 15412058. OLE color: 15412058.
HSL color Cylindrical-coordinate representation of color #5A2BEB: hue angle of 254.69º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A2BEB is Cyan = 0.62, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 43 | 235 | - |
| CMYK | 0.62 | 0.82 | 0 | 0.08 |
| HSL | 254.69º | 0.83% | 0.55% | - |
| HSV(B) | 254.69º | 0.82% | 0.92% | - |
| XYZ | 20.08 | 9.9 | 79.45 | - |
| YUV | 78.94 | 216.07 | 135.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 43 | 235 | 0.62 | 0.82 | 0 | 0.08 | 254.69 | 0.83 | 0.55 |
| Hex | 5A | 2B | EB | 3E | 52 | 0 | 8 | FF | 53 | 37 |
| Octal | 132 | 53 | 353 | 76 | 122 | 0 | 10 | 377 | 123 | 67 |
| Binary | 1011010 | 101011 | 11101011 | 111110 | 1010010 | 0 | 1000 | 11111111 | 1010011 | 110111 |
Color Harmonies of #5A2BEB
Complementary color
Monochromatic Colors of #5A2BEB
Black with #5A2BEB
Text Example
Text Example
White with #5A2BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2BEB; }
p { color: rgb(90,43,235); }
H1.HeaderClassName
{
color: #5A2BEB;
}
.AnyTagClassName
{
color: #5A2BEB;
}
</style>
background-color css
<style>
a { background-color: #5A2BEB; }
a { background-color: rgb(90,43,235); }
div.DivClassName
{
background-color: #5A2BEB;
}
.BgClassName
{
background-color: #5A2BEB;
}
</style>
border-color css
<style>
span { border-color: #5A2BEB; }
span { border-color: rgb(90,43,235); }
td.TdClassName
{
border-color: #5A2BEB;
}
.TagClassName
{
border-color: #5A2BEB;
}
</style>