Shades of Han Purple #540CEA
Tints of Han Purple #540CEA
RGB
CMYK
RGB Variations
Color information
#540CEA (or 0x540CEA) is known color: Han Purple. HEX triplet: 54, 0C and EA. RGB value is (84,12,234). Sum of RGB (Red+Green+Blue) = 84+12+234=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 12 (5.08% from 255 or 3.64% from 330); Blue value is 234 (91.80% from 255 or 70.91% from 330); Max value from RGB is 234 - color contains mainly: blue. Hex color #540CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CEA is #ABF315. Grayscale: #3A3A3A. Windows color (decimal): -11268886 or 15338580. OLE color: 15338580.
HSL color Cylindrical-coordinate representation of color #540CEA: hue angle of 259.46º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CEA is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 12 | 234 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.08 |
| HSL | 259.46º | 0.9% | 0.48% | - |
| HSV(B) | 259.46º | 0.95% | 0.92% | - |
| XYZ | 18.64 | 8.09 | 78.42 | - |
| YUV | 58.84 | 226.85 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 234 | 0.64 | 0.95 | 0 | 0.08 | 259.46 | 0.9 | 0.48 |
| Hex | 54 | C | EA | 40 | 5F | 0 | 8 | 103 | 5A | 30 |
| Octal | 124 | 14 | 352 | 100 | 137 | 0 | 10 | 403 | 132 | 60 |
| Binary | 1010100 | 1100 | 11101010 | 1000000 | 1011111 | 0 | 1000 | 100000011 | 1011010 | 110000 |
Color Harmonies of #540CEA
Complementary color
Monochromatic Colors of #540CEA
Black with #540CEA
Text Example
Text Example
White with #540CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CEA; }
p { color: rgb(84,12,234); }
H1.HeaderClassName
{
color: #540CEA;
}
.AnyTagClassName
{
color: #540CEA;
}
</style>
background-color css
<style>
a { background-color: #540CEA; }
a { background-color: rgb(84,12,234); }
div.DivClassName
{
background-color: #540CEA;
}
.BgClassName
{
background-color: #540CEA;
}
</style>
border-color css
<style>
span { border-color: #540CEA; }
span { border-color: rgb(84,12,234); }
td.TdClassName
{
border-color: #540CEA;
}
.TagClassName
{
border-color: #540CEA;
}
</style>