Shades of Han Purple #541EEE
Tints of Han Purple #541EEE
RGB
CMYK
RGB Variations
Color information
#541EEE (or 0x541EEE) is known color: Han Purple. HEX triplet: 54, 1E and EE. RGB value is (84,30,238). Sum of RGB (Red+Green+Blue) = 84+30+238=352 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.86% from 352); Green value is 30 (12.11% from 255 or 8.52% from 352); Blue value is 238 (93.36% from 255 or 67.61% from 352); Max value from RGB is 238 - color contains mainly: blue. Hex color #541EEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541EEE is #ABE111. Grayscale: #454545. Windows color (decimal): -11264274 or 15605332. OLE color: 15605332.
HSL color Cylindrical-coordinate representation of color #541EEE: hue angle of 255.58º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541EEE is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 30 | 238 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.07 |
| HSL | 255.58º | 0.86% | 0.53% | - |
| HSV(B) | 255.58º | 0.87% | 0.93% | - |
| XYZ | 19.55 | 8.99 | 81.59 | - |
| YUV | 69.86 | 222.89 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 238 | 0.65 | 0.87 | 0 | 0.07 | 255.58 | 0.86 | 0.53 |
| Hex | 54 | 1E | EE | 41 | 57 | 0 | 7 | 100 | 56 | 35 |
| Octal | 124 | 36 | 356 | 101 | 127 | 0 | 7 | 400 | 126 | 65 |
| Binary | 1010100 | 11110 | 11101110 | 1000001 | 1010111 | 0 | 111 | 100000000 | 1010110 | 110101 |
Color Harmonies of #541EEE
Complementary color
Monochromatic Colors of #541EEE
Black with #541EEE
Text Example
Text Example
White with #541EEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EEE; }
p { color: rgb(84,30,238); }
H1.HeaderClassName
{
color: #541EEE;
}
.AnyTagClassName
{
color: #541EEE;
}
</style>
background-color css
<style>
a { background-color: #541EEE; }
a { background-color: rgb(84,30,238); }
div.DivClassName
{
background-color: #541EEE;
}
.BgClassName
{
background-color: #541EEE;
}
</style>
border-color css
<style>
span { border-color: #541EEE; }
span { border-color: rgb(84,30,238); }
td.TdClassName
{
border-color: #541EEE;
}
.TagClassName
{
border-color: #541EEE;
}
</style>