Shades of Han Purple #540BE6
Tints of Han Purple #540BE6
RGB
CMYK
RGB Variations
Color information
#540BE6 (or 0x540BE6) is known color: Han Purple. HEX triplet: 54, 0B and E6. RGB value is (84,11,230). Sum of RGB (Red+Green+Blue) = 84+11+230=325 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.85% from 325); Green value is 11 (4.69% from 255 or 3.38% from 325); Blue value is 230 (90.23% from 255 or 70.77% from 325); Max value from RGB is 230 - color contains mainly: blue. Hex color #540BE6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BE6 is #ABF419. Grayscale: #383838. Windows color (decimal): -11269146 or 15076180. OLE color: 15076180.
HSL color Cylindrical-coordinate representation of color #540BE6: hue angle of 260º degrees, saturation: 0.91, 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 #540BE6 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 11 | 230 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.10 |
| HSL | 260º | 0.91% | 0.47% | - |
| HSV(B) | 260º | 0.95% | 0.9% | - |
| XYZ | 18.06 | 7.84 | 75.42 | - |
| YUV | 57.79 | 225.18 | 146.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 230 | 0.63 | 0.95 | 0 | 0.10 | 260 | 0.91 | 0.47 |
| Hex | 54 | B | E6 | 3F | 5F | 0 | A | 104 | 5B | 2F |
| Octal | 124 | 13 | 346 | 77 | 137 | 0 | 12 | 404 | 133 | 57 |
| Binary | 1010100 | 1011 | 11100110 | 111111 | 1011111 | 0 | 1010 | 100000100 | 1011011 | 101111 |
Color Harmonies of #540BE6
Complementary color
Monochromatic Colors of #540BE6
Black with #540BE6
Text Example
Text Example
White with #540BE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BE6; }
p { color: rgb(84,11,230); }
H1.HeaderClassName
{
color: #540BE6;
}
.AnyTagClassName
{
color: #540BE6;
}
</style>
background-color css
<style>
a { background-color: #540BE6; }
a { background-color: rgb(84,11,230); }
div.DivClassName
{
background-color: #540BE6;
}
.BgClassName
{
background-color: #540BE6;
}
</style>
border-color css
<style>
span { border-color: #540BE6; }
span { border-color: rgb(84,11,230); }
td.TdClassName
{
border-color: #540BE6;
}
.TagClassName
{
border-color: #540BE6;
}
</style>