Shades of Han Purple #540BEC
Tints of Han Purple #540BEC
RGB
CMYK
RGB Variations
Color information
#540BEC (or 0x540BEC) is known color: Han Purple. HEX triplet: 54, 0B and EC. RGB value is (84,11,236). Sum of RGB (Red+Green+Blue) = 84+11+236=331 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.38% from 331); Green value is 11 (4.69% from 255 or 3.32% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #540BEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BEC is #ABF413. Grayscale: #393939. Windows color (decimal): -11269140 or 15469396. OLE color: 15469396.
HSL color Cylindrical-coordinate representation of color #540BEC: hue angle of 259.47º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BEC is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 11 | 236 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.07 |
| HSL | 259.47º | 0.91% | 0.48% | - |
| HSV(B) | 259.47º | 0.95% | 0.93% | - |
| XYZ | 18.92 | 8.18 | 79.94 | - |
| YUV | 58.48 | 228.18 | 146.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 236 | 0.64 | 0.95 | 0 | 0.07 | 259.47 | 0.91 | 0.48 |
| Hex | 54 | B | EC | 40 | 5F | 0 | 7 | 103 | 5B | 30 |
| Octal | 124 | 13 | 354 | 100 | 137 | 0 | 7 | 403 | 133 | 60 |
| Binary | 1010100 | 1011 | 11101100 | 1000000 | 1011111 | 0 | 111 | 100000011 | 1011011 | 110000 |
Color Harmonies of #540BEC
Complementary color
Monochromatic Colors of #540BEC
Black with #540BEC
Text Example
Text Example
White with #540BEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BEC; }
p { color: rgb(84,11,236); }
H1.HeaderClassName
{
color: #540BEC;
}
.AnyTagClassName
{
color: #540BEC;
}
</style>
background-color css
<style>
a { background-color: #540BEC; }
a { background-color: rgb(84,11,236); }
div.DivClassName
{
background-color: #540BEC;
}
.BgClassName
{
background-color: #540BEC;
}
</style>
border-color css
<style>
span { border-color: #540BEC; }
span { border-color: rgb(84,11,236); }
td.TdClassName
{
border-color: #540BEC;
}
.TagClassName
{
border-color: #540BEC;
}
</style>