Shades of Han Purple #5A0BEA
Tints of Han Purple #5A0BEA
RGB
CMYK
RGB Variations
Color information
#5A0BEA (or 0x5A0BEA) is known color: Han Purple. HEX triplet: 5A, 0B and EA. RGB value is (90,11,234). Sum of RGB (Red+Green+Blue) = 90+11+234=335 (44% of max value = 765). Red value is 90 (35.55% from 255 or 26.87% from 335); Green value is 11 (4.69% from 255 or 3.28% from 335); Blue value is 234 (91.80% from 255 or 69.85% from 335); Max value from RGB is 234 - color contains mainly: blue. Hex color #5A0BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A0BEA is #A5F415. Grayscale: #3B3B3B. Windows color (decimal): -10875926 or 15338330. OLE color: 15338330.
HSL color Cylindrical-coordinate representation of color #5A0BEA: hue angle of 261.26º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0BEA is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 90 | 11 | 234 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.08 |
| HSL | 261.26º | 0.91% | 0.48% | - |
| HSV(B) | 261.26º | 0.95% | 0.92% | - |
| XYZ | 19.19 | 8.35 | 78.44 | - |
| YUV | 60.04 | 226.17 | 149.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 234 | 0.62 | 0.95 | 0 | 0.08 | 261.26 | 0.91 | 0.48 |
| Hex | 5A | B | EA | 3E | 5F | 0 | 8 | 105 | 5B | 30 |
| Octal | 132 | 13 | 352 | 76 | 137 | 0 | 10 | 405 | 133 | 60 |
| Binary | 1011010 | 1011 | 11101010 | 111110 | 1011111 | 0 | 1000 | 100000101 | 1011011 | 110000 |
Color Harmonies of #5A0BEA
Complementary color
Monochromatic Colors of #5A0BEA
Black with #5A0BEA
Text Example
Text Example
White with #5A0BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BEA; }
p { color: rgb(90,11,234); }
H1.HeaderClassName
{
color: #5A0BEA;
}
.AnyTagClassName
{
color: #5A0BEA;
}
</style>
background-color css
<style>
a { background-color: #5A0BEA; }
a { background-color: rgb(90,11,234); }
div.DivClassName
{
background-color: #5A0BEA;
}
.BgClassName
{
background-color: #5A0BEA;
}
</style>
border-color css
<style>
span { border-color: #5A0BEA; }
span { border-color: rgb(90,11,234); }
td.TdClassName
{
border-color: #5A0BEA;
}
.TagClassName
{
border-color: #5A0BEA;
}
</style>