Shades of Han Purple #540BDC
Tints of Han Purple #540BDC
RGB
CMYK
RGB Variations
Color information
#540BDC (or 0x540BDC) is known color: Han Purple. HEX triplet: 54, 0B and DC. RGB value is (84,11,220). Sum of RGB (Red+Green+Blue) = 84+11+220=315 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.67% from 315); Green value is 11 (4.69% from 255 or 3.49% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #540BDC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540BDC is #ABF423. Grayscale: #373737. Windows color (decimal): -11269156 or 14420820. OLE color: 14420820.
HSL color Cylindrical-coordinate representation of color #540BDC: hue angle of 260.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540BDC is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 11 | 220 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.14 |
| HSL | 260.96º | 0.9% | 0.45% | - |
| HSV(B) | 260.96º | 0.95% | 0.86% | - |
| XYZ | 16.69 | 7.29 | 68.24 | - |
| YUV | 56.65 | 220.18 | 147.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 11 | 220 | 0.62 | 0.95 | 0 | 0.14 | 260.96 | 0.9 | 0.45 |
| Hex | 54 | B | DC | 3E | 5F | 0 | E | 105 | 5A | 2D |
| Octal | 124 | 13 | 334 | 76 | 137 | 0 | 16 | 405 | 132 | 55 |
| Binary | 1010100 | 1011 | 11011100 | 111110 | 1011111 | 0 | 1110 | 100000101 | 1011010 | 101101 |
Color Harmonies of #540BDC
Complementary color
Monochromatic Colors of #540BDC
Black with #540BDC
Text Example
Text Example
White with #540BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540BDC; }
p { color: rgb(84,11,220); }
H1.HeaderClassName
{
color: #540BDC;
}
.AnyTagClassName
{
color: #540BDC;
}
</style>
background-color css
<style>
a { background-color: #540BDC; }
a { background-color: rgb(84,11,220); }
div.DivClassName
{
background-color: #540BDC;
}
.BgClassName
{
background-color: #540BDC;
}
</style>
border-color css
<style>
span { border-color: #540BDC; }
span { border-color: rgb(84,11,220); }
td.TdClassName
{
border-color: #540BDC;
}
.TagClassName
{
border-color: #540BDC;
}
</style>