Shades of Han Purple #540CFF
Tints of Han Purple #540CFF
RGB
CMYK
RGB Variations
Color information
#540CFF (or 0x540CFF) is known color: Han Purple. HEX triplet: 54, 0C and FF. RGB value is (84,12,255). Sum of RGB (Red+Green+Blue) = 84+12+255=351 (46% of max value = 765). Red value is 84 (33.20% from 255 or 23.93% from 351); Green value is 12 (5.08% from 255 or 3.42% from 351); Blue value is 255 (100% from 255 or 72.65% from 351); Max value from RGB is 255 - color contains mainly: blue. Hex color #540CFF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #540CFF is #ABF300. Grayscale: #3C3C3C. Windows color (decimal): -11268865 or 16714836. OLE color: 16714836.
HSL color Cylindrical-coordinate representation of color #540CFF: hue angle of 257.78º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CFF is Cyan = 0.67, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 84 | 12 | 255 | - |
| CMYK | 0.67 | 0.95 | 0 | 0 |
| HSL | 257.78º | 1% | 0.52% | - |
| HSV(B) | 257.78º | 0.95% | 1% | - |
| XYZ | 21.84 | 9.37 | 95.26 | - |
| YUV | 61.23 | 237.35 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 255 | 0.67 | 0.95 | 0 | 0 | 257.78 | 1 | 0.52 |
| Hex | 54 | C | FF | 43 | 5F | 0 | 0 | 102 | 64 | 34 |
| Octal | 124 | 14 | 377 | 103 | 137 | 0 | 0 | 402 | 144 | 64 |
| Binary | 1010100 | 1100 | 11111111 | 1000011 | 1011111 | 0 | 0 | 100000010 | 1100100 | 110100 |
Color Harmonies of #540CFF
Complementary color
Monochromatic Colors of #540CFF
Black with #540CFF
Text Example
Text Example
White with #540CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CFF; }
p { color: rgb(84,12,255); }
H1.HeaderClassName
{
color: #540CFF;
}
.AnyTagClassName
{
color: #540CFF;
}
</style>
background-color css
<style>
a { background-color: #540CFF; }
a { background-color: rgb(84,12,255); }
div.DivClassName
{
background-color: #540CFF;
}
.BgClassName
{
background-color: #540CFF;
}
</style>
border-color css
<style>
span { border-color: #540CFF; }
span { border-color: rgb(84,12,255); }
td.TdClassName
{
border-color: #540CFF;
}
.TagClassName
{
border-color: #540CFF;
}
</style>