Shades of Han Purple #540BE2
Tints of Han Purple #540BE2
RGB
CMYK
RGB Variations
Color information
#540BE2 (or 0x540BE2) is known color: Han Purple. HEX triplet: 54, 0B and E2. RGB value is (84,11,226). Sum of RGB (Red+Green+Blue) = 84+11+226=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 11 (4.69% from 255 or 3.43% from 321); Blue value is 226 (88.67% from 255 or 70.40% from 321); Max value from RGB is 226 - color contains mainly: blue. Hex color #540BE2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BE2 is #ABF41D. Grayscale: #383838. Windows color (decimal): -11269150 or 14814036. OLE color: 14814036.
HSL color Cylindrical-coordinate representation of color #540BE2: hue angle of 260.37º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BE2 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 11 | 226 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.11 |
| HSL | 260.37º | 0.91% | 0.46% | - |
| HSV(B) | 260.37º | 0.95% | 0.89% | - |
| XYZ | 17.5 | 7.62 | 72.5 | - |
| YUV | 57.34 | 223.18 | 147.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 226 | 0.63 | 0.95 | 0 | 0.11 | 260.37 | 0.91 | 0.46 |
| Hex | 54 | B | E2 | 3F | 5F | 0 | B | 104 | 5B | 2E |
| Octal | 124 | 13 | 342 | 77 | 137 | 0 | 13 | 404 | 133 | 56 |
| Binary | 1010100 | 1011 | 11100010 | 111111 | 1011111 | 0 | 1011 | 100000100 | 1011011 | 101110 |
Color Harmonies of #540BE2
Complementary color
Monochromatic Colors of #540BE2
Black with #540BE2
Text Example
Text Example
White with #540BE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BE2; }
p { color: rgb(84,11,226); }
H1.HeaderClassName
{
color: #540BE2;
}
.AnyTagClassName
{
color: #540BE2;
}
</style>
background-color css
<style>
a { background-color: #540BE2; }
a { background-color: rgb(84,11,226); }
div.DivClassName
{
background-color: #540BE2;
}
.BgClassName
{
background-color: #540BE2;
}
</style>
border-color css
<style>
span { border-color: #540BE2; }
span { border-color: rgb(84,11,226); }
td.TdClassName
{
border-color: #540BE2;
}
.TagClassName
{
border-color: #540BE2;
}
</style>