Shades of Scarlet Gum #470C60
Tints of Scarlet Gum #470C60
RGB
CMYK
RGB Variations
Color information
#470C60 (or 0x470C60) is known color: Scarlet Gum. HEX triplet: 47, 0C and 60. RGB value is (71,12,96). Sum of RGB (Red+Green+Blue) = 71+12+96=179 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.66% from 179); Green value is 12 (5.08% from 255 or 6.70% from 179); Blue value is 96 (37.89% from 255 or 53.63% from 179); Max value from RGB is 96 - color contains mainly: blue. Hex color #470C60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #470C60 is #B8F39F. Grayscale: #262626. Windows color (decimal): -12120992 or 6294599. OLE color: 6294599.
HSL color Cylindrical-coordinate representation of color #470C60: hue angle of 282.14º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #470C60 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 71 | 12 | 96 | - |
| CMYK | 0.26 | 0.88 | 0 | 0.62 |
| HSL | 282.14º | 0.78% | 0.21% | - |
| HSV(B) | 282.14º | 0.88% | 0.38% | - |
| XYZ | 4.84 | 2.45 | 11.28 | - |
| YUV | 39.22 | 160.05 | 150.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 12 | 96 | 0.26 | 0.88 | 0 | 0.62 | 282.14 | 0.78 | 0.21 |
| Hex | 47 | C | 60 | 1A | 58 | 0 | 3E | 11A | 4E | 15 |
| Octal | 107 | 14 | 140 | 32 | 130 | 0 | 76 | 432 | 116 | 25 |
| Binary | 1000111 | 1100 | 1100000 | 11010 | 1011000 | 0 | 111110 | 100011010 | 1001110 | 10101 |
Color Harmonies of #470C60
Complementary color
Monochromatic Colors of #470C60
Black with #470C60
Text Example
Text Example
White with #470C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #470C60; }
p { color: rgb(71,12,96); }
H1.HeaderClassName
{
color: #470C60;
}
.AnyTagClassName
{
color: #470C60;
}
</style>
background-color css
<style>
a { background-color: #470C60; }
a { background-color: rgb(71,12,96); }
div.DivClassName
{
background-color: #470C60;
}
.BgClassName
{
background-color: #470C60;
}
</style>
border-color css
<style>
span { border-color: #470C60; }
span { border-color: rgb(71,12,96); }
td.TdClassName
{
border-color: #470C60;
}
.TagClassName
{
border-color: #470C60;
}
</style>