Shades of Han Purple #540CE8
Tints of Han Purple #540CE8
RGB
CMYK
RGB Variations
Color information
#540CE8 (or 0x540CE8) is known color: Han Purple. HEX triplet: 54, 0C and E8. RGB value is (84,12,232). Sum of RGB (Red+Green+Blue) = 84+12+232=328 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.61% from 328); Green value is 12 (5.08% from 255 or 3.66% from 328); Blue value is 232 (91.02% from 255 or 70.73% from 328); Max value from RGB is 232 - color contains mainly: blue. Hex color #540CE8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CE8 is #ABF317. Grayscale: #393939. Windows color (decimal): -11268888 or 15207508. OLE color: 15207508.
HSL color Cylindrical-coordinate representation of color #540CE8: hue angle of 259.64º 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 #540CE8 is Cyan = 0.64, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 84 | 12 | 232 | - |
| CMYK | 0.64 | 0.95 | 0 | 0.09 |
| HSL | 259.64º | 0.9% | 0.48% | - |
| HSV(B) | 259.64º | 0.95% | 0.91% | - |
| XYZ | 18.35 | 7.97 | 76.92 | - |
| YUV | 58.61 | 225.85 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 232 | 0.64 | 0.95 | 0 | 0.09 | 259.64 | 0.9 | 0.48 |
| Hex | 54 | C | E8 | 40 | 5F | 0 | 9 | 104 | 5A | 30 |
| Octal | 124 | 14 | 350 | 100 | 137 | 0 | 11 | 404 | 132 | 60 |
| Binary | 1010100 | 1100 | 11101000 | 1000000 | 1011111 | 0 | 1001 | 100000100 | 1011010 | 110000 |
Color Harmonies of #540CE8
Complementary color
Monochromatic Colors of #540CE8
Black with #540CE8
Text Example
Text Example
White with #540CE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CE8; }
p { color: rgb(84,12,232); }
H1.HeaderClassName
{
color: #540CE8;
}
.AnyTagClassName
{
color: #540CE8;
}
</style>
background-color css
<style>
a { background-color: #540CE8; }
a { background-color: rgb(84,12,232); }
div.DivClassName
{
background-color: #540CE8;
}
.BgClassName
{
background-color: #540CE8;
}
</style>
border-color css
<style>
span { border-color: #540CE8; }
span { border-color: rgb(84,12,232); }
td.TdClassName
{
border-color: #540CE8;
}
.TagClassName
{
border-color: #540CE8;
}
</style>