Shades of Han Purple #540BE8
Tints of Han Purple #540BE8
RGB
CMYK
RGB Variations
Color information
#540BE8 (or 0x540BE8) is known color: Han Purple. HEX triplet: 54, 0B and E8. RGB value is (84,11,232). Sum of RGB (Red+Green+Blue) = 84+11+232=327 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.69% from 327); Green value is 11 (4.69% from 255 or 3.36% from 327); Blue value is 232 (91.02% from 255 or 70.95% from 327); Max value from RGB is 232 - color contains mainly: blue. Hex color #540BE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540BE8 is #ABF417. Grayscale: #393939. Windows color (decimal): -11269144 or 15207252. OLE color: 15207252.
HSL color Cylindrical-coordinate representation of color #540BE8: hue angle of 259.82º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BE8 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 11 | 232 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.09 |
| HSL | 259.82º | 0.91% | 0.48% | - |
| HSV(B) | 259.82º | 0.95% | 0.91% | - |
| XYZ | 18.34 | 7.95 | 76.91 | - |
| YUV | 58.02 | 226.18 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 232 | 0.64 | 0.95 | 0 | 0.09 | 259.82 | 0.91 | 0.48 |
| Hex | 54 | B | E8 | 40 | 5F | 0 | 9 | 104 | 5B | 30 |
| Octal | 124 | 13 | 350 | 100 | 137 | 0 | 11 | 404 | 133 | 60 |
| Binary | 1010100 | 1011 | 11101000 | 1000000 | 1011111 | 0 | 1001 | 100000100 | 1011011 | 110000 |
Color Harmonies of #540BE8
Complementary color
Monochromatic Colors of #540BE8
Black with #540BE8
Text Example
Text Example
White with #540BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BE8; }
p { color: rgb(84,11,232); }
H1.HeaderClassName
{
color: #540BE8;
}
.AnyTagClassName
{
color: #540BE8;
}
</style>
background-color css
<style>
a { background-color: #540BE8; }
a { background-color: rgb(84,11,232); }
div.DivClassName
{
background-color: #540BE8;
}
.BgClassName
{
background-color: #540BE8;
}
</style>
border-color css
<style>
span { border-color: #540BE8; }
span { border-color: rgb(84,11,232); }
td.TdClassName
{
border-color: #540BE8;
}
.TagClassName
{
border-color: #540BE8;
}
</style>