Shades of Han Purple #540CDD
Tints of Han Purple #540CDD
RGB
CMYK
RGB Variations
Color information
#540CDD (or 0x540CDD) is known color: Han Purple. HEX triplet: 54, 0C and DD. RGB value is (84,12,221). Sum of RGB (Red+Green+Blue) = 84+12+221=317 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.50% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 221 (86.72% from 255 or 69.72% from 317); Max value from RGB is 221 - color contains mainly: blue. Hex color #540CDD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540CDD is #ABF322. Grayscale: #383838. Windows color (decimal): -11268899 or 14486612. OLE color: 14486612.
HSL color Cylindrical-coordinate representation of color #540CDD: hue angle of 260.67º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #540CDD is Cyan = 0.62, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 12 | 221 | - |
| CMYK | 0.62 | 0.95 | 0 | 0.13 |
| HSL | 260.67º | 0.9% | 0.46% | - |
| HSV(B) | 260.67º | 0.95% | 0.87% | - |
| XYZ | 16.84 | 7.37 | 68.94 | - |
| YUV | 57.35 | 220.35 | 147.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 12 | 221 | 0.62 | 0.95 | 0 | 0.13 | 260.67 | 0.9 | 0.46 |
| Hex | 54 | C | DD | 3E | 5F | 0 | D | 105 | 5A | 2E |
| Octal | 124 | 14 | 335 | 76 | 137 | 0 | 15 | 405 | 132 | 56 |
| Binary | 1010100 | 1100 | 11011101 | 111110 | 1011111 | 0 | 1101 | 100000101 | 1011010 | 101110 |
Color Harmonies of #540CDD
Complementary color
Monochromatic Colors of #540CDD
Black with #540CDD
Text Example
Text Example
White with #540CDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540CDD; }
p { color: rgb(84,12,221); }
H1.HeaderClassName
{
color: #540CDD;
}
.AnyTagClassName
{
color: #540CDD;
}
</style>
background-color css
<style>
a { background-color: #540CDD; }
a { background-color: rgb(84,12,221); }
div.DivClassName
{
background-color: #540CDD;
}
.BgClassName
{
background-color: #540CDD;
}
</style>
border-color css
<style>
span { border-color: #540CDD; }
span { border-color: rgb(84,12,221); }
td.TdClassName
{
border-color: #540CDD;
}
.TagClassName
{
border-color: #540CDD;
}
</style>