Shades of Han Purple #540CEF
Tints of Han Purple #540CEF
RGB
CMYK
RGB Variations
Color information
#540CEF (or 0x540CEF) is known color: Han Purple. HEX triplet: 54, 0C and EF. RGB value is (84,12,239). Sum of RGB (Red+Green+Blue) = 84+12+239=335 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.07% from 335); Green value is 12 (5.08% from 255 or 3.58% from 335); Blue value is 239 (93.75% from 255 or 71.34% from 335); Max value from RGB is 239 - color contains mainly: blue. Hex color #540CEF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CEF is #ABF310. Grayscale: #3A3A3A. Windows color (decimal): -11268881 or 15666260. OLE color: 15666260.
HSL color Cylindrical-coordinate representation of color #540CEF: hue angle of 259.03º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CEF is Cyan = 0.65, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 84 | 12 | 239 | - |
| CMYK | 0.65 | 0.95 | 0 | 0.06 |
| HSL | 259.03º | 0.9% | 0.49% | - |
| HSV(B) | 259.03º | 0.95% | 0.94% | - |
| XYZ | 19.37 | 8.38 | 82.26 | - |
| YUV | 59.41 | 229.35 | 145.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 239 | 0.65 | 0.95 | 0 | 0.06 | 259.03 | 0.9 | 0.49 |
| Hex | 54 | C | EF | 41 | 5F | 0 | 6 | 103 | 5A | 31 |
| Octal | 124 | 14 | 357 | 101 | 137 | 0 | 6 | 403 | 132 | 61 |
| Binary | 1010100 | 1100 | 11101111 | 1000001 | 1011111 | 0 | 110 | 100000011 | 1011010 | 110001 |
Color Harmonies of #540CEF
Complementary color
Monochromatic Colors of #540CEF
Black with #540CEF
Text Example
Text Example
White with #540CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CEF; }
p { color: rgb(84,12,239); }
H1.HeaderClassName
{
color: #540CEF;
}
.AnyTagClassName
{
color: #540CEF;
}
</style>
background-color css
<style>
a { background-color: #540CEF; }
a { background-color: rgb(84,12,239); }
div.DivClassName
{
background-color: #540CEF;
}
.BgClassName
{
background-color: #540CEF;
}
</style>
border-color css
<style>
span { border-color: #540CEF; }
span { border-color: rgb(84,12,239); }
td.TdClassName
{
border-color: #540CEF;
}
.TagClassName
{
border-color: #540CEF;
}
</style>