Shades of Han Purple #540BEA
Tints of Han Purple #540BEA
RGB
CMYK
RGB Variations
Color information
#540BEA (or 0x540BEA) is known color: Han Purple. HEX triplet: 54, 0B and EA. RGB value is (84,11,234). Sum of RGB (Red+Green+Blue) = 84+11+234=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 11 (4.69% from 255 or 3.34% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #540BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BEA is #ABF415. Grayscale: #393939. Windows color (decimal): -11269142 or 15338324. OLE color: 15338324.
HSL color Cylindrical-coordinate representation of color #540BEA: hue angle of 259.64º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BEA is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 11 | 234 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.08 |
| HSL | 259.64º | 0.91% | 0.48% | - |
| HSV(B) | 259.64º | 0.95% | 0.92% | - |
| XYZ | 18.63 | 8.06 | 78.42 | - |
| YUV | 58.25 | 227.18 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 234 | 0.64 | 0.95 | 0 | 0.08 | 259.64 | 0.91 | 0.48 |
| Hex | 54 | B | EA | 40 | 5F | 0 | 8 | 104 | 5B | 30 |
| Octal | 124 | 13 | 352 | 100 | 137 | 0 | 10 | 404 | 133 | 60 |
| Binary | 1010100 | 1011 | 11101010 | 1000000 | 1011111 | 0 | 1000 | 100000100 | 1011011 | 110000 |
Color Harmonies of #540BEA
Complementary color
Monochromatic Colors of #540BEA
Black with #540BEA
Text Example
Text Example
White with #540BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BEA; }
p { color: rgb(84,11,234); }
H1.HeaderClassName
{
color: #540BEA;
}
.AnyTagClassName
{
color: #540BEA;
}
</style>
background-color css
<style>
a { background-color: #540BEA; }
a { background-color: rgb(84,11,234); }
div.DivClassName
{
background-color: #540BEA;
}
.BgClassName
{
background-color: #540BEA;
}
</style>
border-color css
<style>
span { border-color: #540BEA; }
span { border-color: rgb(84,11,234); }
td.TdClassName
{
border-color: #540BEA;
}
.TagClassName
{
border-color: #540BEA;
}
</style>