Shades of Han Purple #540BE4
Tints of Han Purple #540BE4
RGB
CMYK
RGB Variations
Color information
#540BE4 (or 0x540BE4) is known color: Han Purple. HEX triplet: 54, 0B and E4. RGB value is (84,11,228). Sum of RGB (Red+Green+Blue) = 84+11+228=323 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.01% from 323); Green value is 11 (4.69% from 255 or 3.41% from 323); Blue value is 228 (89.45% from 255 or 70.59% from 323); Max value from RGB is 228 - color contains mainly: blue. Hex color #540BE4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BE4 is #ABF41B. Grayscale: #383838. Windows color (decimal): -11269148 or 14945108. OLE color: 14945108.
HSL color Cylindrical-coordinate representation of color #540BE4: hue angle of 260.18º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BE4 is Cyan = 0.63, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 84 | 11 | 228 | - |
| CMYK | 0.63 | 0.95 | 0 | 0.11 |
| HSL | 260.18º | 0.91% | 0.47% | - |
| HSV(B) | 260.18º | 0.95% | 0.89% | - |
| XYZ | 17.78 | 7.73 | 73.95 | - |
| YUV | 57.57 | 224.18 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 228 | 0.63 | 0.95 | 0 | 0.11 | 260.18 | 0.91 | 0.47 |
| Hex | 54 | B | E4 | 3F | 5F | 0 | B | 104 | 5B | 2F |
| Octal | 124 | 13 | 344 | 77 | 137 | 0 | 13 | 404 | 133 | 57 |
| Binary | 1010100 | 1011 | 11100100 | 111111 | 1011111 | 0 | 1011 | 100000100 | 1011011 | 101111 |
Color Harmonies of #540BE4
Complementary color
Monochromatic Colors of #540BE4
Black with #540BE4
Text Example
Text Example
White with #540BE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BE4; }
p { color: rgb(84,11,228); }
H1.HeaderClassName
{
color: #540BE4;
}
.AnyTagClassName
{
color: #540BE4;
}
</style>
background-color css
<style>
a { background-color: #540BE4; }
a { background-color: rgb(84,11,228); }
div.DivClassName
{
background-color: #540BE4;
}
.BgClassName
{
background-color: #540BE4;
}
</style>
border-color css
<style>
span { border-color: #540BE4; }
span { border-color: rgb(84,11,228); }
td.TdClassName
{
border-color: #540BE4;
}
.TagClassName
{
border-color: #540BE4;
}
</style>