Shades of Han Purple #5A0BE4
Tints of Han Purple #5A0BE4
RGB
CMYK
RGB Variations
Color information
#5A0BE4 (or 0x5A0BE4) is known color: Han Purple. HEX triplet: 5A, 0B and E4. RGB value is (90,11,228). Sum of RGB (Red+Green+Blue) = 90+11+228=329 (43% of max value = 765). Red value is 90 (35.55% from 255 or 27.36% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 228 (89.45% from 255 or 69.30% from 329); Max value from RGB is 228 - color contains mainly: blue. Hex color #5A0BE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5A0BE4 is #A5F41B. Grayscale: #3A3A3A. Windows color (decimal): -10875932 or 14945114. OLE color: 14945114.
HSL color Cylindrical-coordinate representation of color #5A0BE4: hue angle of 261.84º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0BE4 is Cyan = 0.61, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 90 | 11 | 228 | - |
| CMYK | 0.61 | 0.95 | 0 | 0.11 |
| HSL | 261.84º | 0.91% | 0.47% | - |
| HSV(B) | 261.84º | 0.95% | 0.89% | - |
| XYZ | 18.34 | 8.01 | 73.98 | - |
| YUV | 59.36 | 223.17 | 149.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 11 | 228 | 0.61 | 0.95 | 0 | 0.11 | 261.84 | 0.91 | 0.47 |
| Hex | 5A | B | E4 | 3D | 5F | 0 | B | 106 | 5B | 2F |
| Octal | 132 | 13 | 344 | 75 | 137 | 0 | 13 | 406 | 133 | 57 |
| Binary | 1011010 | 1011 | 11100100 | 111101 | 1011111 | 0 | 1011 | 100000110 | 1011011 | 101111 |
Color Harmonies of #5A0BE4
Complementary color
Monochromatic Colors of #5A0BE4
Black with #5A0BE4
Text Example
Text Example
White with #5A0BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A0BE4; }
p { color: rgb(90,11,228); }
H1.HeaderClassName
{
color: #5A0BE4;
}
.AnyTagClassName
{
color: #5A0BE4;
}
</style>
background-color css
<style>
a { background-color: #5A0BE4; }
a { background-color: rgb(90,11,228); }
div.DivClassName
{
background-color: #5A0BE4;
}
.BgClassName
{
background-color: #5A0BE4;
}
</style>
border-color css
<style>
span { border-color: #5A0BE4; }
span { border-color: rgb(90,11,228); }
td.TdClassName
{
border-color: #5A0BE4;
}
.TagClassName
{
border-color: #5A0BE4;
}
</style>