Shades of Han Purple #540CE9
Tints of Han Purple #540CE9
RGB
CMYK
RGB Variations
Color information
#540CE9 (or 0x540CE9) is known color: Han Purple. HEX triplet: 54, 0C and E9. RGB value is (84,12,233). Sum of RGB (Red+Green+Blue) = 84+12+233=329 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.53% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 233 (91.41% from 255 or 70.82% from 329); Max value from RGB is 233 - color contains mainly: blue. Hex color #540CE9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CE9 is #ABF316. Grayscale: #393939. Windows color (decimal): -11268887 or 15273044. OLE color: 15273044.
HSL color Cylindrical-coordinate representation of color #540CE9: hue angle of 259.55º degrees, saturation: 0.9, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CE9 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 12 | 233 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.09 |
| HSL | 259.55º | 0.9% | 0.48% | - |
| HSV(B) | 259.55º | 0.95% | 0.91% | - |
| XYZ | 18.5 | 8.03 | 77.67 | - |
| YUV | 58.72 | 226.35 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 233 | 0.64 | 0.95 | 0 | 0.09 | 259.55 | 0.9 | 0.48 |
| Hex | 54 | C | E9 | 40 | 5F | 0 | 9 | 104 | 5A | 30 |
| Octal | 124 | 14 | 351 | 100 | 137 | 0 | 11 | 404 | 132 | 60 |
| Binary | 1010100 | 1100 | 11101001 | 1000000 | 1011111 | 0 | 1001 | 100000100 | 1011010 | 110000 |
Color Harmonies of #540CE9
Complementary color
Monochromatic Colors of #540CE9
Black with #540CE9
Text Example
Text Example
White with #540CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CE9; }
p { color: rgb(84,12,233); }
H1.HeaderClassName
{
color: #540CE9;
}
.AnyTagClassName
{
color: #540CE9;
}
</style>
background-color css
<style>
a { background-color: #540CE9; }
a { background-color: rgb(84,12,233); }
div.DivClassName
{
background-color: #540CE9;
}
.BgClassName
{
background-color: #540CE9;
}
</style>
border-color css
<style>
span { border-color: #540CE9; }
span { border-color: rgb(84,12,233); }
td.TdClassName
{
border-color: #540CE9;
}
.TagClassName
{
border-color: #540CE9;
}
</style>