Shades of Han Purple #540BE0
Tints of Han Purple #540BE0
RGB
CMYK
RGB Variations
Color information
#540BE0 (or 0x540BE0) is known color: Han Purple. HEX triplet: 54, 0B and E0. RGB value is (84,11,224). Sum of RGB (Red+Green+Blue) = 84+11+224=319 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.33% from 319); Green value is 11 (4.69% from 255 or 3.45% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #540BE0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BE0 is #ABF41F. Grayscale: #383838. Windows color (decimal): -11269152 or 14682964. OLE color: 14682964.
HSL color Cylindrical-coordinate representation of color #540BE0: hue angle of 260.56º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BE0 is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 84 | 11 | 224 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.12 |
| HSL | 260.56º | 0.91% | 0.46% | - |
| HSV(B) | 260.56º | 0.95% | 0.88% | - |
| XYZ | 17.23 | 7.51 | 71.06 | - |
| YUV | 57.11 | 222.18 | 147.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 224 | 0.62 | 0.95 | 0 | 0.12 | 260.56 | 0.91 | 0.46 |
| Hex | 54 | B | E0 | 3E | 5F | 0 | C | 105 | 5B | 2E |
| Octal | 124 | 13 | 340 | 76 | 137 | 0 | 14 | 405 | 133 | 56 |
| Binary | 1010100 | 1011 | 11100000 | 111110 | 1011111 | 0 | 1100 | 100000101 | 1011011 | 101110 |
Color Harmonies of #540BE0
Complementary color
Monochromatic Colors of #540BE0
Black with #540BE0
Text Example
Text Example
White with #540BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BE0; }
p { color: rgb(84,11,224); }
H1.HeaderClassName
{
color: #540BE0;
}
.AnyTagClassName
{
color: #540BE0;
}
</style>
background-color css
<style>
a { background-color: #540BE0; }
a { background-color: rgb(84,11,224); }
div.DivClassName
{
background-color: #540BE0;
}
.BgClassName
{
background-color: #540BE0;
}
</style>
border-color css
<style>
span { border-color: #540BE0; }
span { border-color: rgb(84,11,224); }
td.TdClassName
{
border-color: #540BE0;
}
.TagClassName
{
border-color: #540BE0;
}
</style>