Shades of Han Purple #540FE5
Tints of Han Purple #540FE5
RGB
CMYK
RGB Variations
Color information
#540FE5 (or 0x540FE5) is known color: Han Purple. HEX triplet: 54, 0F and E5. RGB value is (84,15,229). Sum of RGB (Red+Green+Blue) = 84+15+229=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 15 (6.25% from 255 or 4.57% from 328); Blue value is 229 (89.84% from 255 or 69.82% from 328); Max value from RGB is 229 - color contains mainly: blue. Hex color #540FE5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540FE5 is #ABF01A. Grayscale: #3B3B3B. Windows color (decimal): -11268123 or 15011668. OLE color: 15011668.
HSL color Cylindrical-coordinate representation of color #540FE5: hue angle of 259.35º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540FE5 is Cyan = 0.63, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 84 | 15 | 229 | - |
| CMYK | 0.63 | 0.93 | 0 | 0.10 |
| HSL | 259.35º | 0.88% | 0.48% | - |
| HSV(B) | 259.35º | 0.93% | 0.9% | - |
| XYZ | 17.97 | 7.88 | 74.7 | - |
| YUV | 60.03 | 223.36 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 229 | 0.63 | 0.93 | 0 | 0.10 | 259.35 | 0.88 | 0.48 |
| Hex | 54 | F | E5 | 3F | 5D | 0 | A | 103 | 58 | 30 |
| Octal | 124 | 17 | 345 | 77 | 135 | 0 | 12 | 403 | 130 | 60 |
| Binary | 1010100 | 1111 | 11100101 | 111111 | 1011101 | 0 | 1010 | 100000011 | 1011000 | 110000 |
Color Harmonies of #540FE5
Complementary color
Monochromatic Colors of #540FE5
Black with #540FE5
Text Example
Text Example
White with #540FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FE5; }
p { color: rgb(84,15,229); }
H1.HeaderClassName
{
color: #540FE5;
}
.AnyTagClassName
{
color: #540FE5;
}
</style>
background-color css
<style>
a { background-color: #540FE5; }
a { background-color: rgb(84,15,229); }
div.DivClassName
{
background-color: #540FE5;
}
.BgClassName
{
background-color: #540FE5;
}
</style>
border-color css
<style>
span { border-color: #540FE5; }
span { border-color: rgb(84,15,229); }
td.TdClassName
{
border-color: #540FE5;
}
.TagClassName
{
border-color: #540FE5;
}
</style>