Shades of Han Purple #540FEE
Tints of Han Purple #540FEE
RGB
CMYK
RGB Variations
Color information
#540FEE (or 0x540FEE) is known color: Han Purple. HEX triplet: 54, 0F and EE. RGB value is (84,15,238). Sum of RGB (Red+Green+Blue) = 84+15+238=337 (44% of max value = 765). Red value is 84 (33.20% from 255 or 24.93% from 337); Green value is 15 (6.25% from 255 or 4.45% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #540FEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540FEE is #ABF011. Grayscale: #3C3C3C. Windows color (decimal): -11268114 or 15601492. OLE color: 15601492.
HSL color Cylindrical-coordinate representation of color #540FEE: hue angle of 258.57º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540FEE is Cyan = 0.65, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 84 | 15 | 238 | - |
| CMYK | 0.65 | 0.94 | 0 | 0.07 |
| HSL | 258.57º | 0.88% | 0.5% | - |
| HSV(B) | 258.57º | 0.94% | 0.93% | - |
| XYZ | 19.26 | 8.4 | 81.5 | - |
| YUV | 61.05 | 227.86 | 144.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 238 | 0.65 | 0.94 | 0 | 0.07 | 258.57 | 0.88 | 0.5 |
| Hex | 54 | F | EE | 41 | 5E | 0 | 7 | 103 | 58 | 32 |
| Octal | 124 | 17 | 356 | 101 | 136 | 0 | 7 | 403 | 130 | 62 |
| Binary | 1010100 | 1111 | 11101110 | 1000001 | 1011110 | 0 | 111 | 100000011 | 1011000 | 110010 |
Color Harmonies of #540FEE
Complementary color
Monochromatic Colors of #540FEE
Black with #540FEE
Text Example
Text Example
White with #540FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FEE; }
p { color: rgb(84,15,238); }
H1.HeaderClassName
{
color: #540FEE;
}
.AnyTagClassName
{
color: #540FEE;
}
</style>
background-color css
<style>
a { background-color: #540FEE; }
a { background-color: rgb(84,15,238); }
div.DivClassName
{
background-color: #540FEE;
}
.BgClassName
{
background-color: #540FEE;
}
</style>
border-color css
<style>
span { border-color: #540FEE; }
span { border-color: rgb(84,15,238); }
td.TdClassName
{
border-color: #540FEE;
}
.TagClassName
{
border-color: #540FEE;
}
</style>