Shades of Mulberry #C6479D
Tints of Mulberry #C6479D
RGB
CMYK
RGB Variations
Color information
#C6479D (or 0xC6479D) is known color: Mulberry. HEX triplet: C6, 47 and 9D. RGB value is (198,71,157). Sum of RGB (Red+Green+Blue) = 198+71+157=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 71 (28.12% from 255 or 16.67% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6479D is #39B862. Grayscale: #767676. Windows color (decimal): -3782755 or 10307526. OLE color: 10307526.
HSL color Cylindrical-coordinate representation of color #C6479D: hue angle of 319.37º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C6479D is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 157 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.22 |
| HSL | 319.37º | 0.53% | 0.53% | - |
| HSV(B) | 319.37º | 0.64% | 0.78% | - |
| XYZ | 31.63 | 18.95 | 33.89 | - |
| YUV | 118.78 | 149.58 | 184.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 157 | 0 | 0.64 | 0.21 | 0.22 | 319.37 | 0.53 | 0.53 |
| Hex | C6 | 47 | 9D | 0 | 40 | 15 | 16 | 13F | 35 | 35 |
| Octal | 306 | 107 | 235 | 0 | 100 | 25 | 26 | 477 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10011101 | 0 | 1000000 | 10101 | 10110 | 100111111 | 110101 | 110101 |
Color Harmonies of #C6479D
Complementary color
Monochromatic Colors of #C6479D
Black with #C6479D
Text Example
Text Example
White with #C6479D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6479D; }
p { color: rgb(198,71,157); }
H1.HeaderClassName
{
color: #C6479D;
}
.AnyTagClassName
{
color: #C6479D;
}
</style>
background-color css
<style>
a { background-color: #C6479D; }
a { background-color: rgb(198,71,157); }
div.DivClassName
{
background-color: #C6479D;
}
.BgClassName
{
background-color: #C6479D;
}
</style>
border-color css
<style>
span { border-color: #C6479D; }
span { border-color: rgb(198,71,157); }
td.TdClassName
{
border-color: #C6479D;
}
.TagClassName
{
border-color: #C6479D;
}
</style>