Shades of Han Purple #541FDD
Tints of Han Purple #541FDD
RGB
CMYK
RGB Variations
Color information
#541FDD (or 0x541FDD) is known color: Han Purple. HEX triplet: 54, 1F and DD. RGB value is (84,31,221). Sum of RGB (Red+Green+Blue) = 84+31+221=336 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25% from 336); Green value is 31 (12.5% from 255 or 9.23% from 336); Blue value is 221 (86.72% from 255 or 65.77% from 336); Max value from RGB is 221 - color contains mainly: blue. Hex color #541FDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541FDD is #ABE022. Grayscale: #434343. Windows color (decimal): -11264035 or 14491476. OLE color: 14491476.
HSL color Cylindrical-coordinate representation of color #541FDD: hue angle of 256.74º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #541FDD is Cyan = 0.62, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 31 | 221 | - |
| CMYK | 0.62 | 0.86 | 0 | 0.13 |
| HSL | 256.74º | 0.75% | 0.49% | - |
| HSV(B) | 256.74º | 0.86% | 0.87% | - |
| XYZ | 17.2 | 8.09 | 69.06 | - |
| YUV | 68.51 | 214.06 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 31 | 221 | 0.62 | 0.86 | 0 | 0.13 | 256.74 | 0.75 | 0.49 |
| Hex | 54 | 1F | DD | 3E | 56 | 0 | D | 101 | 4B | 31 |
| Octal | 124 | 37 | 335 | 76 | 126 | 0 | 15 | 401 | 113 | 61 |
| Binary | 1010100 | 11111 | 11011101 | 111110 | 1010110 | 0 | 1101 | 100000001 | 1001011 | 110001 |
Color Harmonies of #541FDD
Complementary color
Monochromatic Colors of #541FDD
Black with #541FDD
Text Example
Text Example
White with #541FDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541FDD; }
p { color: rgb(84,31,221); }
H1.HeaderClassName
{
color: #541FDD;
}
.AnyTagClassName
{
color: #541FDD;
}
</style>
background-color css
<style>
a { background-color: #541FDD; }
a { background-color: rgb(84,31,221); }
div.DivClassName
{
background-color: #541FDD;
}
.BgClassName
{
background-color: #541FDD;
}
</style>
border-color css
<style>
span { border-color: #541FDD; }
span { border-color: rgb(84,31,221); }
td.TdClassName
{
border-color: #541FDD;
}
.TagClassName
{
border-color: #541FDD;
}
</style>