Shades of Han Purple #540FEA
Tints of Han Purple #540FEA
RGB
CMYK
RGB Variations
Color information
#540FEA (or 0x540FEA) is known color: Han Purple. HEX triplet: 54, 0F and EA. RGB value is (84,15,234). Sum of RGB (Red+Green+Blue) = 84+15+234=333 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.23% from 333); Green value is 15 (6.25% from 255 or 4.50% from 333); Blue value is 234 (91.80% from 255 or 70.27% from 333); Max value from RGB is 234 - color contains mainly: blue. Hex color #540FEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540FEA is #ABF015. Grayscale: #3B3B3B. Windows color (decimal): -11268118 or 15339348. OLE color: 15339348.
HSL color Cylindrical-coordinate representation of color #540FEA: hue angle of 258.9º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540FEA is Cyan = 0.64, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 84 | 15 | 234 | - |
| CMYK | 0.64 | 0.94 | 0 | 0.08 |
| HSL | 258.9º | 0.88% | 0.49% | - |
| HSV(B) | 258.9º | 0.94% | 0.92% | - |
| XYZ | 18.68 | 8.17 | 78.43 | - |
| YUV | 60.6 | 225.86 | 144.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 234 | 0.64 | 0.94 | 0 | 0.08 | 258.9 | 0.88 | 0.49 |
| Hex | 54 | F | EA | 40 | 5E | 0 | 8 | 103 | 58 | 31 |
| Octal | 124 | 17 | 352 | 100 | 136 | 0 | 10 | 403 | 130 | 61 |
| Binary | 1010100 | 1111 | 11101010 | 1000000 | 1011110 | 0 | 1000 | 100000011 | 1011000 | 110001 |
Color Harmonies of #540FEA
Complementary color
Monochromatic Colors of #540FEA
Black with #540FEA
Text Example
Text Example
White with #540FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FEA; }
p { color: rgb(84,15,234); }
H1.HeaderClassName
{
color: #540FEA;
}
.AnyTagClassName
{
color: #540FEA;
}
</style>
background-color css
<style>
a { background-color: #540FEA; }
a { background-color: rgb(84,15,234); }
div.DivClassName
{
background-color: #540FEA;
}
.BgClassName
{
background-color: #540FEA;
}
</style>
border-color css
<style>
span { border-color: #540FEA; }
span { border-color: rgb(84,15,234); }
td.TdClassName
{
border-color: #540FEA;
}
.TagClassName
{
border-color: #540FEA;
}
</style>