Shades of Han Purple #541BDF
Tints of Han Purple #541BDF
RGB
CMYK
RGB Variations
Color information
#541BDF (or 0x541BDF) is known color: Han Purple. HEX triplet: 54, 1B and DF. RGB value is (84,27,223). Sum of RGB (Red+Green+Blue) = 84+27+223=334 (44% of max value = 765). Red value is 84 (33.20% from 255 or 25.15% from 334); Green value is 27 (10.94% from 255 or 8.08% from 334); Blue value is 223 (87.5% from 255 or 66.77% from 334); Max value from RGB is 223 - color contains mainly: blue. Hex color #541BDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #541BDF is #ABE420. Grayscale: #414141. Windows color (decimal): -11265057 or 14621524. OLE color: 14621524.
HSL color Cylindrical-coordinate representation of color #541BDF: hue angle of 257.45º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #541BDF is Cyan = 0.62, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 27 | 223 | - |
| CMYK | 0.62 | 0.88 | 0 | 0.13 |
| HSL | 257.45º | 0.78% | 0.49% | - |
| HSV(B) | 257.45º | 0.88% | 0.87% | - |
| XYZ | 17.37 | 8 | 70.44 | - |
| YUV | 66.39 | 216.38 | 140.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 27 | 223 | 0.62 | 0.88 | 0 | 0.13 | 257.45 | 0.78 | 0.49 |
| Hex | 54 | 1B | DF | 3E | 58 | 0 | D | 101 | 4E | 31 |
| Octal | 124 | 33 | 337 | 76 | 130 | 0 | 15 | 401 | 116 | 61 |
| Binary | 1010100 | 11011 | 11011111 | 111110 | 1011000 | 0 | 1101 | 100000001 | 1001110 | 110001 |
Color Harmonies of #541BDF
Complementary color
Monochromatic Colors of #541BDF
Black with #541BDF
Text Example
Text Example
White with #541BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541BDF; }
p { color: rgb(84,27,223); }
H1.HeaderClassName
{
color: #541BDF;
}
.AnyTagClassName
{
color: #541BDF;
}
</style>
background-color css
<style>
a { background-color: #541BDF; }
a { background-color: rgb(84,27,223); }
div.DivClassName
{
background-color: #541BDF;
}
.BgClassName
{
background-color: #541BDF;
}
</style>
border-color css
<style>
span { border-color: #541BDF; }
span { border-color: rgb(84,27,223); }
td.TdClassName
{
border-color: #541BDF;
}
.TagClassName
{
border-color: #541BDF;
}
</style>