Shades of Scarlet Gum #571A6D
Tints of Scarlet Gum #571A6D
RGB
CMYK
RGB Variations
Color information
#571A6D (or 0x571A6D) is known color: Scarlet Gum. HEX triplet: 57, 1A and 6D. RGB value is (87,26,109). Sum of RGB (Red+Green+Blue) = 87+26+109=222 (29% of max value = 765). Red value is 87 (34.38% from 255 or 39.19% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 109 (42.97% from 255 or 49.10% from 222); Max value from RGB is 109 - color contains mainly: blue. Hex color #571A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #571A6D is #A8E592. Grayscale: #353535. Windows color (decimal): -11068819 or 7150167. OLE color: 7150167.
HSL color Cylindrical-coordinate representation of color #571A6D: hue angle of 284.1º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #571A6D is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 87 | 26 | 109 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.57 |
| HSL | 284.1º | 0.61% | 0.26% | - |
| HSV(B) | 284.1º | 0.76% | 0.43% | - |
| XYZ | 7.06 | 3.87 | 14.84 | - |
| YUV | 53.7 | 159.21 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 26 | 109 | 0.20 | 0.76 | 0 | 0.57 | 284.1 | 0.61 | 0.26 |
| Hex | 57 | 1A | 6D | 14 | 4C | 0 | 39 | 11C | 3D | 1A |
| Octal | 127 | 32 | 155 | 24 | 114 | 0 | 71 | 434 | 75 | 32 |
| Binary | 1010111 | 11010 | 1101101 | 10100 | 1001100 | 0 | 111001 | 100011100 | 111101 | 11010 |
Color Harmonies of #571A6D
Complementary color
Monochromatic Colors of #571A6D
Black with #571A6D
Text Example
Text Example
White with #571A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #571A6D; }
p { color: rgb(87,26,109); }
H1.HeaderClassName
{
color: #571A6D;
}
.AnyTagClassName
{
color: #571A6D;
}
</style>
background-color css
<style>
a { background-color: #571A6D; }
a { background-color: rgb(87,26,109); }
div.DivClassName
{
background-color: #571A6D;
}
.BgClassName
{
background-color: #571A6D;
}
</style>
border-color css
<style>
span { border-color: #571A6D; }
span { border-color: rgb(87,26,109); }
td.TdClassName
{
border-color: #571A6D;
}
.TagClassName
{
border-color: #571A6D;
}
</style>