Shades of Han Purple #540DD7
Tints of Han Purple #540DD7
RGB
CMYK
RGB Variations
Color information
#540DD7 (or 0x540DD7) is known color: Han Purple. HEX triplet: 54, 0D and D7. RGB value is (84,13,215). Sum of RGB (Red+Green+Blue) = 84+13+215=312 (41% of max value = 765). Red value is 84 (33.20% from 255 or 26.92% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 215 (84.38% from 255 or 68.91% from 312); Max value from RGB is 215 - color contains mainly: blue. Hex color #540DD7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #540DD7 is #ABF228. Grayscale: #383838. Windows color (decimal): -11268649 or 14093652. OLE color: 14093652.
HSL color Cylindrical-coordinate representation of color #540DD7: hue angle of 261.09º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #540DD7 is Cyan = 0.61, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 84 | 13 | 215 | - |
| CMYK | 0.61 | 0.94 | 0 | 0.16 |
| HSL | 261.09º | 0.89% | 0.45% | - |
| HSV(B) | 261.09º | 0.94% | 0.84% | - |
| XYZ | 16.07 | 7.08 | 64.81 | - |
| YUV | 57.26 | 217.02 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 13 | 215 | 0.61 | 0.94 | 0 | 0.16 | 261.09 | 0.89 | 0.45 |
| Hex | 54 | D | D7 | 3D | 5E | 0 | 10 | 105 | 59 | 2D |
| Octal | 124 | 15 | 327 | 75 | 136 | 0 | 20 | 405 | 131 | 55 |
| Binary | 1010100 | 1101 | 11010111 | 111101 | 1011110 | 0 | 10000 | 100000101 | 1011001 | 101101 |
Color Harmonies of #540DD7
Complementary color
Monochromatic Colors of #540DD7
Black with #540DD7
Text Example
Text Example
White with #540DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #540DD7; }
p { color: rgb(84,13,215); }
H1.HeaderClassName
{
color: #540DD7;
}
.AnyTagClassName
{
color: #540DD7;
}
</style>
background-color css
<style>
a { background-color: #540DD7; }
a { background-color: rgb(84,13,215); }
div.DivClassName
{
background-color: #540DD7;
}
.BgClassName
{
background-color: #540DD7;
}
</style>
border-color css
<style>
span { border-color: #540DD7; }
span { border-color: rgb(84,13,215); }
td.TdClassName
{
border-color: #540DD7;
}
.TagClassName
{
border-color: #540DD7;
}
</style>