Shades of Han Purple #541CF6
Tints of Han Purple #541CF6
RGB
CMYK
RGB Variations
Color information
#541CF6 (or 0x541CF6) is known color: Han Purple. HEX triplet: 54, 1C and F6. RGB value is (84,28,246). Sum of RGB (Red+Green+Blue) = 84+28+246=358 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.46% from 358); Green value is 28 (11.33% from 255 or 7.82% from 358); Blue value is 246 (96.48% from 255 or 68.72% from 358); Max value from RGB is 246 - color contains mainly: blue. Hex color #541CF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #541CF6 is #ABE309. Grayscale: #444444. Windows color (decimal): -11264778 or 16129108. OLE color: 16129108.
HSL color Cylindrical-coordinate representation of color #541CF6: hue angle of 255.41º degrees, saturation: 0.92, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #541CF6 is Cyan = 0.66, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 84 | 28 | 246 | - |
| CMYK | 0.66 | 0.89 | 0 | 0.04 |
| HSL | 255.41º | 0.92% | 0.54% | - |
| HSV(B) | 255.41º | 0.89% | 0.96% | - |
| XYZ | 20.71 | 9.37 | 87.91 | - |
| YUV | 69.6 | 227.55 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 28 | 246 | 0.66 | 0.89 | 0 | 0.04 | 255.41 | 0.92 | 0.54 |
| Hex | 54 | 1C | F6 | 42 | 59 | 0 | 4 | FF | 5C | 36 |
| Octal | 124 | 34 | 366 | 102 | 131 | 0 | 4 | 377 | 134 | 66 |
| Binary | 1010100 | 11100 | 11110110 | 1000010 | 1011001 | 0 | 100 | 11111111 | 1011100 | 110110 |
Color Harmonies of #541CF6
Complementary color
Monochromatic Colors of #541CF6
Black with #541CF6
Text Example
Text Example
White with #541CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541CF6; }
p { color: rgb(84,28,246); }
H1.HeaderClassName
{
color: #541CF6;
}
.AnyTagClassName
{
color: #541CF6;
}
</style>
background-color css
<style>
a { background-color: #541CF6; }
a { background-color: rgb(84,28,246); }
div.DivClassName
{
background-color: #541CF6;
}
.BgClassName
{
background-color: #541CF6;
}
</style>
border-color css
<style>
span { border-color: #541CF6; }
span { border-color: rgb(84,28,246); }
td.TdClassName
{
border-color: #541CF6;
}
.TagClassName
{
border-color: #541CF6;
}
</style>