Shades of Han Purple #540FDE
Tints of Han Purple #540FDE
RGB
CMYK
RGB Variations
Color information
#540FDE (or 0x540FDE) is known color: Han Purple. HEX triplet: 54, 0F and DE. RGB value is (84,15,222). Sum of RGB (Red+Green+Blue) = 84+15+222=321 (42% of max value = 765). Red value is 84 (33.20% from 255 or 26.17% from 321); Green value is 15 (6.25% from 255 or 4.67% from 321); Blue value is 222 (87.11% from 255 or 69.16% from 321); Max value from RGB is 222 - color contains mainly: blue. Hex color #540FDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540FDE is #ABF021. Grayscale: #3A3A3A. Windows color (decimal): -11268130 or 14552916. OLE color: 14552916.
HSL color Cylindrical-coordinate representation of color #540FDE: hue angle of 260º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #540FDE is Cyan = 0.62, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 15 | 222 | - |
| CMYK | 0.62 | 0.93 | 0 | 0.13 |
| HSL | 260º | 0.87% | 0.46% | - |
| HSV(B) | 260º | 0.93% | 0.87% | - |
| XYZ | 17.01 | 7.5 | 69.66 | - |
| YUV | 59.23 | 219.86 | 145.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 15 | 222 | 0.62 | 0.93 | 0 | 0.13 | 260 | 0.87 | 0.46 |
| Hex | 54 | F | DE | 3E | 5D | 0 | D | 104 | 57 | 2E |
| Octal | 124 | 17 | 336 | 76 | 135 | 0 | 15 | 404 | 127 | 56 |
| Binary | 1010100 | 1111 | 11011110 | 111110 | 1011101 | 0 | 1101 | 100000100 | 1010111 | 101110 |
Color Harmonies of #540FDE
Complementary color
Monochromatic Colors of #540FDE
Black with #540FDE
Text Example
Text Example
White with #540FDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540FDE; }
p { color: rgb(84,15,222); }
H1.HeaderClassName
{
color: #540FDE;
}
.AnyTagClassName
{
color: #540FDE;
}
</style>
background-color css
<style>
a { background-color: #540FDE; }
a { background-color: rgb(84,15,222); }
div.DivClassName
{
background-color: #540FDE;
}
.BgClassName
{
background-color: #540FDE;
}
</style>
border-color css
<style>
span { border-color: #540FDE; }
span { border-color: rgb(84,15,222); }
td.TdClassName
{
border-color: #540FDE;
}
.TagClassName
{
border-color: #540FDE;
}
</style>