Shades of Han Purple #541EDD
Tints of Han Purple #541EDD
RGB
CMYK
RGB Variations
Color information
#541EDD (or 0x541EDD) is known color: Han Purple. HEX triplet: 54, 1E and DD. RGB value is (84,30,221). Sum of RGB (Red+Green+Blue) = 84+30+221=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 30 (12.11% from 255 or 8.96% from 335); Blue value is 221 (86.72% from 255 or 65.97% from 335); Max value from RGB is 221 - color contains mainly: blue. Hex color #541EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541EDD is #ABE122. Grayscale: #434343. Windows color (decimal): -11264291 or 14491220. OLE color: 14491220.
HSL color Cylindrical-coordinate representation of color #541EDD: hue angle of 256.96º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541EDD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 30 | 221 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.13 |
| HSL | 256.96º | 0.76% | 0.49% | - |
| HSV(B) | 256.96º | 0.86% | 0.87% | - |
| XYZ | 17.17 | 8.03 | 69.05 | - |
| YUV | 67.92 | 214.39 | 139.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 221 | 0.62 | 0.86 | 0 | 0.13 | 256.96 | 0.76 | 0.49 |
| Hex | 54 | 1E | DD | 3E | 56 | 0 | D | 101 | 4C | 31 |
| Octal | 124 | 36 | 335 | 76 | 126 | 0 | 15 | 401 | 114 | 61 |
| Binary | 1010100 | 11110 | 11011101 | 111110 | 1010110 | 0 | 1101 | 100000001 | 1001100 | 110001 |
Color Harmonies of #541EDD
Complementary color
Monochromatic Colors of #541EDD
Black with #541EDD
Text Example
Text Example
White with #541EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EDD; }
p { color: rgb(84,30,221); }
H1.HeaderClassName
{
color: #541EDD;
}
.AnyTagClassName
{
color: #541EDD;
}
</style>
background-color css
<style>
a { background-color: #541EDD; }
a { background-color: rgb(84,30,221); }
div.DivClassName
{
background-color: #541EDD;
}
.BgClassName
{
background-color: #541EDD;
}
</style>
border-color css
<style>
span { border-color: #541EDD; }
span { border-color: rgb(84,30,221); }
td.TdClassName
{
border-color: #541EDD;
}
.TagClassName
{
border-color: #541EDD;
}
</style>