Shades of Han Purple #540DDB
Tints of Han Purple #540DDB
RGB
CMYK
RGB Variations
Color information
#540DDB (or 0x540DDB) is known color: Han Purple. HEX triplet: 54, 0D and DB. RGB value is (84,13,219). Sum of RGB (Red+Green+Blue) = 84+13+219=316 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.58% from 316); Green value is 13 (5.47% from 255 or 4.11% from 316); Blue value is 219 (85.94% from 255 or 69.30% from 316); Max value from RGB is 219 - color contains mainly: blue. Hex color #540DDB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DDB is #ABF224. Grayscale: #383838. Windows color (decimal): -11268645 or 14355796. OLE color: 14355796.
HSL color Cylindrical-coordinate representation of color #540DDB: hue angle of 260.68º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DDB is Cyan = 0.62, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 13 | 219 | - |
| CMYK | 0.62 | 0.94 | 0 | 0.14 |
| HSL | 260.68º | 0.89% | 0.45% | - |
| HSV(B) | 260.68º | 0.94% | 0.86% | - |
| XYZ | 16.59 | 7.29 | 67.55 | - |
| YUV | 57.71 | 219.02 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 219 | 0.62 | 0.94 | 0 | 0.14 | 260.68 | 0.89 | 0.45 |
| Hex | 54 | D | DB | 3E | 5E | 0 | E | 105 | 59 | 2D |
| Octal | 124 | 15 | 333 | 76 | 136 | 0 | 16 | 405 | 131 | 55 |
| Binary | 1010100 | 1101 | 11011011 | 111110 | 1011110 | 0 | 1110 | 100000101 | 1011001 | 101101 |
Color Harmonies of #540DDB
Complementary color
Monochromatic Colors of #540DDB
Black with #540DDB
Text Example
Text Example
White with #540DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DDB; }
p { color: rgb(84,13,219); }
H1.HeaderClassName
{
color: #540DDB;
}
.AnyTagClassName
{
color: #540DDB;
}
</style>
background-color css
<style>
a { background-color: #540DDB; }
a { background-color: rgb(84,13,219); }
div.DivClassName
{
background-color: #540DDB;
}
.BgClassName
{
background-color: #540DDB;
}
</style>
border-color css
<style>
span { border-color: #540DDB; }
span { border-color: rgb(84,13,219); }
td.TdClassName
{
border-color: #540DDB;
}
.TagClassName
{
border-color: #540DDB;
}
</style>