Shades of Han Purple #541CDA
Tints of Han Purple #541CDA
RGB
CMYK
RGB Variations
Color information
#541CDA (or 0x541CDA) is known color: Han Purple. HEX triplet: 54, 1C and DA. RGB value is (84,28,218). Sum of RGB (Red+Green+Blue) = 84+28+218=330 (43% of max value = 765). Red value is 84 (33.20% from 255 or 25.45% from 330); Green value is 28 (11.33% from 255 or 8.48% from 330); Blue value is 218 (85.55% from 255 or 66.06% from 330); Max value from RGB is 218 - color contains mainly: blue. Hex color #541CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541CDA is #ABE325. Grayscale: #414141. Windows color (decimal): -11264806 or 14294100. OLE color: 14294100.
HSL color Cylindrical-coordinate representation of color #541CDA: hue angle of 257.68º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #541CDA is Cyan = 0.61, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 28 | 218 | - |
| CMYK | 0.61 | 0.87 | 0 | 0.15 |
| HSL | 257.68º | 0.77% | 0.48% | - |
| HSV(B) | 257.68º | 0.87% | 0.85% | - |
| XYZ | 16.73 | 7.78 | 66.95 | - |
| YUV | 66.4 | 213.55 | 140.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 218 | 0.61 | 0.87 | 0 | 0.15 | 257.68 | 0.77 | 0.48 |
| Hex | 54 | 1C | DA | 3D | 57 | 0 | F | 102 | 4D | 30 |
| Octal | 124 | 34 | 332 | 75 | 127 | 0 | 17 | 402 | 115 | 60 |
| Binary | 1010100 | 11100 | 11011010 | 111101 | 1010111 | 0 | 1111 | 100000010 | 1001101 | 110000 |
Color Harmonies of #541CDA
Complementary color
Monochromatic Colors of #541CDA
Black with #541CDA
Text Example
Text Example
White with #541CDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CDA; }
p { color: rgb(84,28,218); }
H1.HeaderClassName
{
color: #541CDA;
}
.AnyTagClassName
{
color: #541CDA;
}
</style>
background-color css
<style>
a { background-color: #541CDA; }
a { background-color: rgb(84,28,218); }
div.DivClassName
{
background-color: #541CDA;
}
.BgClassName
{
background-color: #541CDA;
}
</style>
border-color css
<style>
span { border-color: #541CDA; }
span { border-color: rgb(84,28,218); }
td.TdClassName
{
border-color: #541CDA;
}
.TagClassName
{
border-color: #541CDA;
}
</style>