Shades of Han Purple #541EED
Tints of Han Purple #541EED
RGB
CMYK
RGB Variations
Color information
#541EED (or 0x541EED) is known color: Han Purple. HEX triplet: 54, 1E and ED. RGB value is (84,30,237). Sum of RGB (Red+Green+Blue) = 84+30+237=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 30 (12.11% from 255 or 8.55% from 351); Blue value is 237 (92.97% from 255 or 67.52% from 351); Max value from RGB is 237 - color contains mainly: blue. Hex color #541EED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541EED is #ABE112. Grayscale: #444444. Windows color (decimal): -11264275 or 15539796. OLE color: 15539796.
HSL color Cylindrical-coordinate representation of color #541EED: hue angle of 255.65º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541EED is Cyan = 0.65, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 30 | 237 | - |
| CMYK | 0.65 | 0.87 | 0 | 0.07 |
| HSL | 255.65º | 0.85% | 0.52% | - |
| HSV(B) | 255.65º | 0.87% | 0.93% | - |
| XYZ | 19.41 | 8.93 | 80.82 | - |
| YUV | 69.74 | 222.39 | 138.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 30 | 237 | 0.65 | 0.87 | 0 | 0.07 | 255.65 | 0.85 | 0.52 |
| Hex | 54 | 1E | ED | 41 | 57 | 0 | 7 | 100 | 55 | 34 |
| Octal | 124 | 36 | 355 | 101 | 127 | 0 | 7 | 400 | 125 | 64 |
| Binary | 1010100 | 11110 | 11101101 | 1000001 | 1010111 | 0 | 111 | 100000000 | 1010101 | 110100 |
Color Harmonies of #541EED
Complementary color
Monochromatic Colors of #541EED
Black with #541EED
Text Example
Text Example
White with #541EED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541EED; }
p { color: rgb(84,30,237); }
H1.HeaderClassName
{
color: #541EED;
}
.AnyTagClassName
{
color: #541EED;
}
</style>
background-color css
<style>
a { background-color: #541EED; }
a { background-color: rgb(84,30,237); }
div.DivClassName
{
background-color: #541EED;
}
.BgClassName
{
background-color: #541EED;
}
</style>
border-color css
<style>
span { border-color: #541EED; }
span { border-color: rgb(84,30,237); }
td.TdClassName
{
border-color: #541EED;
}
.TagClassName
{
border-color: #541EED;
}
</style>