Shades of Grape #47434F
Tints of Grape #47434F
RGB
CMYK
RGB Variations
Color information
#47434F (or 0x47434F) is known color: Grape. HEX triplet: 47, 43 and 4F. RGB value is (71,67,79). Sum of RGB (Red+Green+Blue) = 71+67+79=217 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.72% from 217); Green value is 67 (26.56% from 255 or 30.88% from 217); Blue value is 79 (31.25% from 255 or 36.41% from 217); Max value from RGB is 79 - color contains mainly: blue. Hex color #47434F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #47434F is #B8BCB0. Grayscale: #454545. Windows color (decimal): -12106929 or 5194567. OLE color: 5194567.
HSL color Cylindrical-coordinate representation of color #47434F: hue angle of 260º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #47434F is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 71 | 67 | 79 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.69 |
| HSL | 260º | 0.08% | 0.29% | - |
| HSV(B) | 260º | 0.15% | 0.31% | - |
| XYZ | 6.02 | 5.92 | 8.22 | - |
| YUV | 69.56 | 133.33 | 129.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 67 | 79 | 0.10 | 0.15 | 0 | 0.69 | 260 | 0.08 | 0.29 |
| Hex | 47 | 43 | 4F | A | F | 0 | 45 | 104 | 8 | 1D |
| Octal | 107 | 103 | 117 | 12 | 17 | 0 | 105 | 404 | 10 | 35 |
| Binary | 1000111 | 1000011 | 1001111 | 1010 | 1111 | 0 | 1000101 | 100000100 | 1000 | 11101 |
Color Harmonies of #47434F
Complementary color
Monochromatic Colors of #47434F
Black with #47434F
Text Example
Text Example
White with #47434F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47434F; }
p { color: rgb(71,67,79); }
H1.HeaderClassName
{
color: #47434F;
}
.AnyTagClassName
{
color: #47434F;
}
</style>
background-color css
<style>
a { background-color: #47434F; }
a { background-color: rgb(71,67,79); }
div.DivClassName
{
background-color: #47434F;
}
.BgClassName
{
background-color: #47434F;
}
</style>
border-color css
<style>
span { border-color: #47434F; }
span { border-color: rgb(71,67,79); }
td.TdClassName
{
border-color: #47434F;
}
.TagClassName
{
border-color: #47434F;
}
</style>