Shades of Han Purple #540EEE
Tints of Han Purple #540EEE
RGB
CMYK
RGB Variations
Color information
#540EEE (or 0x540EEE) is known color: Han Purple. HEX triplet: 54, 0E and EE. RGB value is (84,14,238). Sum of RGB (Red+Green+Blue) = 84+14+238=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 14 (5.86% from 255 or 4.17% from 336); Blue value is 238 (93.36% from 255 or 70.83% from 336); Max value from RGB is 238 - color contains mainly: blue. Hex color #540EEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540EEE is #ABF111. Grayscale: #3B3B3B. Windows color (decimal): -11268370 or 15601236. OLE color: 15601236.
HSL color Cylindrical-coordinate representation of color #540EEE: hue angle of 258.75º degrees, saturation: 0.89, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540EEE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 14 | 238 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.07 |
| HSL | 258.75º | 0.89% | 0.49% | - |
| HSV(B) | 258.75º | 0.94% | 0.93% | - |
| XYZ | 19.25 | 8.37 | 81.49 | - |
| YUV | 60.47 | 228.19 | 144.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 14 | 238 | 0.65 | 0.94 | 0 | 0.07 | 258.75 | 0.89 | 0.49 |
| Hex | 54 | E | EE | 41 | 5E | 0 | 7 | 103 | 59 | 31 |
| Octal | 124 | 16 | 356 | 101 | 136 | 0 | 7 | 403 | 131 | 61 |
| Binary | 1010100 | 1110 | 11101110 | 1000001 | 1011110 | 0 | 111 | 100000011 | 1011001 | 110001 |
Color Harmonies of #540EEE
Complementary color
Monochromatic Colors of #540EEE
Black with #540EEE
Text Example
Text Example
White with #540EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540EEE; }
p { color: rgb(84,14,238); }
H1.HeaderClassName
{
color: #540EEE;
}
.AnyTagClassName
{
color: #540EEE;
}
</style>
background-color css
<style>
a { background-color: #540EEE; }
a { background-color: rgb(84,14,238); }
div.DivClassName
{
background-color: #540EEE;
}
.BgClassName
{
background-color: #540EEE;
}
</style>
border-color css
<style>
span { border-color: #540EEE; }
span { border-color: rgb(84,14,238); }
td.TdClassName
{
border-color: #540EEE;
}
.TagClassName
{
border-color: #540EEE;
}
</style>