Shades of Han Purple #540CE6
Tints of Han Purple #540CE6
RGB
CMYK
RGB Variations
Color information
#540CE6 (or 0x540CE6) is known color: Han Purple. HEX triplet: 54, 0C and E6. RGB value is (84,12,230). Sum of RGB (Red+Green+Blue) = 84+12+230=326 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.77% from 326); Green value is 12 (5.08% from 255 or 3.68% from 326); Blue value is 230 (90.23% from 255 or 70.55% from 326); Max value from RGB is 230 - color contains mainly: blue. Hex color #540CE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CE6 is #ABF319. Grayscale: #393939. Windows color (decimal): -11268890 or 15076436. OLE color: 15076436.
HSL color Cylindrical-coordinate representation of color #540CE6: hue angle of 259.82º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CE6 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 12 | 230 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.10 |
| HSL | 259.82º | 0.9% | 0.47% | - |
| HSV(B) | 259.82º | 0.95% | 0.9% | - |
| XYZ | 18.07 | 7.86 | 75.43 | - |
| YUV | 58.38 | 224.85 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 230 | 0.63 | 0.95 | 0 | 0.10 | 259.82 | 0.9 | 0.47 |
| Hex | 54 | C | E6 | 3F | 5F | 0 | A | 104 | 5A | 2F |
| Octal | 124 | 14 | 346 | 77 | 137 | 0 | 12 | 404 | 132 | 57 |
| Binary | 1010100 | 1100 | 11100110 | 111111 | 1011111 | 0 | 1010 | 100000100 | 1011010 | 101111 |
Color Harmonies of #540CE6
Complementary color
Monochromatic Colors of #540CE6
Black with #540CE6
Text Example
Text Example
White with #540CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CE6; }
p { color: rgb(84,12,230); }
H1.HeaderClassName
{
color: #540CE6;
}
.AnyTagClassName
{
color: #540CE6;
}
</style>
background-color css
<style>
a { background-color: #540CE6; }
a { background-color: rgb(84,12,230); }
div.DivClassName
{
background-color: #540CE6;
}
.BgClassName
{
background-color: #540CE6;
}
</style>
border-color css
<style>
span { border-color: #540CE6; }
span { border-color: rgb(84,12,230); }
td.TdClassName
{
border-color: #540CE6;
}
.TagClassName
{
border-color: #540CE6;
}
</style>