Shades of Han Purple #5A14EE
Tints of Han Purple #5A14EE
RGB
CMYK
RGB Variations
Color information
#5A14EE (or 0x5A14EE) is known color: Han Purple. HEX triplet: 5A, 14 and EE. RGB value is (90,20,238). Sum of RGB (Red+Green+Blue) = 90+20+238=348 (46% of max value = 765). Red value is 90 (35.55% from 255 or 25.86% from 348); Green value is 20 (8.20% from 255 or 5.75% from 348); Blue value is 238 (93.36% from 255 or 68.39% from 348); Max value from RGB is 238 - color contains mainly: blue. Hex color #5A14EE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #5A14EE is #A5EB11. Grayscale: #404040. Windows color (decimal): -10873618 or 15602778. OLE color: 15602778.
HSL color Cylindrical-coordinate representation of color #5A14EE: hue angle of 259.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #5A14EE is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 90 | 20 | 238 | - |
| CMYK | 0.62 | 0.92 | 0 | 0.07 |
| HSL | 259.27º | 0.87% | 0.51% | - |
| HSV(B) | 259.27º | 0.92% | 0.93% | - |
| XYZ | 19.9 | 8.85 | 81.55 | - |
| YUV | 65.78 | 225.19 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 20 | 238 | 0.62 | 0.92 | 0 | 0.07 | 259.27 | 0.87 | 0.51 |
| Hex | 5A | 14 | EE | 3E | 5C | 0 | 7 | 103 | 57 | 33 |
| Octal | 132 | 24 | 356 | 76 | 134 | 0 | 7 | 403 | 127 | 63 |
| Binary | 1011010 | 10100 | 11101110 | 111110 | 1011100 | 0 | 111 | 100000011 | 1010111 | 110011 |
Color Harmonies of #5A14EE
Complementary color
Monochromatic Colors of #5A14EE
Black with #5A14EE
Text Example
Text Example
White with #5A14EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A14EE; }
p { color: rgb(90,20,238); }
H1.HeaderClassName
{
color: #5A14EE;
}
.AnyTagClassName
{
color: #5A14EE;
}
</style>
background-color css
<style>
a { background-color: #5A14EE; }
a { background-color: rgb(90,20,238); }
div.DivClassName
{
background-color: #5A14EE;
}
.BgClassName
{
background-color: #5A14EE;
}
</style>
border-color css
<style>
span { border-color: #5A14EE; }
span { border-color: rgb(90,20,238); }
td.TdClassName
{
border-color: #5A14EE;
}
.TagClassName
{
border-color: #5A14EE;
}
</style>