Shades of Han Purple #540CED
Tints of Han Purple #540CED
RGB
CMYK
RGB Variations
Color information
#540CED (or 0x540CED) is known color: Han Purple. HEX triplet: 54, 0C and ED. RGB value is (84,12,237). Sum of RGB (Red+Green+Blue) = 84+12+237=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 12 (5.08% from 255 or 3.60% from 333); Blue value is 237 (92.97% from 255 or 71.17% from 333); Max value from RGB is 237 - color contains mainly: blue. Hex color #540CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CED is #ABF312. Grayscale: #3A3A3A. Windows color (decimal): -11268883 or 15535188. OLE color: 15535188.
HSL color Cylindrical-coordinate representation of color #540CED: hue angle of 259.2º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CED is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 12 | 237 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.07 |
| HSL | 259.2º | 0.9% | 0.49% | - |
| HSV(B) | 259.2º | 0.95% | 0.93% | - |
| XYZ | 19.07 | 8.26 | 80.71 | - |
| YUV | 59.18 | 228.35 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 237 | 0.65 | 0.95 | 0 | 0.07 | 259.2 | 0.9 | 0.49 |
| Hex | 54 | C | ED | 41 | 5F | 0 | 7 | 103 | 5A | 31 |
| Octal | 124 | 14 | 355 | 101 | 137 | 0 | 7 | 403 | 132 | 61 |
| Binary | 1010100 | 1100 | 11101101 | 1000001 | 1011111 | 0 | 111 | 100000011 | 1011010 | 110001 |
Color Harmonies of #540CED
Complementary color
Monochromatic Colors of #540CED
Black with #540CED
Text Example
Text Example
White with #540CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CED; }
p { color: rgb(84,12,237); }
H1.HeaderClassName
{
color: #540CED;
}
.AnyTagClassName
{
color: #540CED;
}
</style>
background-color css
<style>
a { background-color: #540CED; }
a { background-color: rgb(84,12,237); }
div.DivClassName
{
background-color: #540CED;
}
.BgClassName
{
background-color: #540CED;
}
</style>
border-color css
<style>
span { border-color: #540CED; }
span { border-color: rgb(84,12,237); }
td.TdClassName
{
border-color: #540CED;
}
.TagClassName
{
border-color: #540CED;
}
</style>