Shades of Scarlet Gum #541A6B
Tints of Scarlet Gum #541A6B
RGB
CMYK
RGB Variations
Color information
#541A6B (or 0x541A6B) is known color: Scarlet Gum. HEX triplet: 54, 1A and 6B. RGB value is (84,26,107). Sum of RGB (Red+Green+Blue) = 84+26+107=217 (28% of max value = 765). Red value is 84 (33.20% from 255 or 38.71% from 217); Green value is 26 (10.55% from 255 or 11.98% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 107 - color contains mainly: blue. Hex color #541A6B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #541A6B is #ABE594. Grayscale: #343434. Windows color (decimal): -11265429 or 7019092. OLE color: 7019092.
HSL color Cylindrical-coordinate representation of color #541A6B: hue angle of 282.96º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #541A6B is Cyan = 0.21, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 84 | 26 | 107 | - |
| CMYK | 0.21 | 0.76 | 0 | 0.58 |
| HSL | 282.96º | 0.61% | 0.26% | - |
| HSV(B) | 282.96º | 0.76% | 0.42% | - |
| XYZ | 6.68 | 3.69 | 14.27 | - |
| YUV | 52.58 | 158.72 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 26 | 107 | 0.21 | 0.76 | 0 | 0.58 | 282.96 | 0.61 | 0.26 |
| Hex | 54 | 1A | 6B | 15 | 4C | 0 | 3A | 11B | 3D | 1A |
| Octal | 124 | 32 | 153 | 25 | 114 | 0 | 72 | 433 | 75 | 32 |
| Binary | 1010100 | 11010 | 1101011 | 10101 | 1001100 | 0 | 111010 | 100011011 | 111101 | 11010 |
Color Harmonies of #541A6B
Complementary color
Monochromatic Colors of #541A6B
Black with #541A6B
Text Example
Text Example
White with #541A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #541A6B; }
p { color: rgb(84,26,107); }
H1.HeaderClassName
{
color: #541A6B;
}
.AnyTagClassName
{
color: #541A6B;
}
</style>
background-color css
<style>
a { background-color: #541A6B; }
a { background-color: rgb(84,26,107); }
div.DivClassName
{
background-color: #541A6B;
}
.BgClassName
{
background-color: #541A6B;
}
</style>
border-color css
<style>
span { border-color: #541A6B; }
span { border-color: rgb(84,26,107); }
td.TdClassName
{
border-color: #541A6B;
}
.TagClassName
{
border-color: #541A6B;
}
</style>