Shades of Han Purple #5A13E8
Tints of Han Purple #5A13E8
RGB
CMYK
RGB Variations
Color information
#5A13E8 (or 0x5A13E8) is known color: Han Purple. HEX triplet: 5A, 13 and E8. RGB value is (90,19,232). Sum of RGB (Red+Green+Blue) = 90+19+232=341 (45% of max value = 765). Red value is 90 (35.55% from 255 or 26.39% from 341); Green value is 19 (7.81% from 255 or 5.57% from 341); Blue value is 232 (91.02% from 255 or 68.04% from 341); Max value from RGB is 232 - color contains mainly: blue. Hex color #5A13E8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A13E8 is #A5EC17. Grayscale: #3F3F3F. Windows color (decimal): -10873880 or 15209306. OLE color: 15209306.
HSL color Cylindrical-coordinate representation of color #5A13E8: hue angle of 260º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A13E8 is Cyan = 0.61, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 90 | 19 | 232 | - |
| CMYK | 0.61 | 0.92 | 0 | 0.09 |
| HSL | 260º | 0.85% | 0.49% | - |
| HSV(B) | 260º | 0.92% | 0.91% | - |
| XYZ | 19.01 | 8.47 | 76.98 | - |
| YUV | 64.51 | 222.52 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 19 | 232 | 0.61 | 0.92 | 0 | 0.09 | 260 | 0.85 | 0.49 |
| Hex | 5A | 13 | E8 | 3D | 5C | 0 | 9 | 104 | 55 | 31 |
| Octal | 132 | 23 | 350 | 75 | 134 | 0 | 11 | 404 | 125 | 61 |
| Binary | 1011010 | 10011 | 11101000 | 111101 | 1011100 | 0 | 1001 | 100000100 | 1010101 | 110001 |
Color Harmonies of #5A13E8
Complementary color
Monochromatic Colors of #5A13E8
Black with #5A13E8
Text Example
Text Example
White with #5A13E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A13E8; }
p { color: rgb(90,19,232); }
H1.HeaderClassName
{
color: #5A13E8;
}
.AnyTagClassName
{
color: #5A13E8;
}
</style>
background-color css
<style>
a { background-color: #5A13E8; }
a { background-color: rgb(90,19,232); }
div.DivClassName
{
background-color: #5A13E8;
}
.BgClassName
{
background-color: #5A13E8;
}
</style>
border-color css
<style>
span { border-color: #5A13E8; }
span { border-color: rgb(90,19,232); }
td.TdClassName
{
border-color: #5A13E8;
}
.TagClassName
{
border-color: #5A13E8;
}
</style>