Shades of Mulberry #C6479E
Tints of Mulberry #C6479E
RGB
CMYK
RGB Variations
Color information
#C6479E (or 0xC6479E) is known color: Mulberry. HEX triplet: C6, 47 and 9E. RGB value is (198,71,158). Sum of RGB (Red+Green+Blue) = 198+71+158=427 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.37% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 198 - color contains mainly: red. Hex color #C6479E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C6479E is #39B861. Grayscale: #767676. Windows color (decimal): -3782754 or 10373062. OLE color: 10373062.
HSL color Cylindrical-coordinate representation of color #C6479E: hue angle of 318.9º 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 #C6479E is Cyan = 0, Magento = 0.64, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 158 | - |
| CMYK | 0 | 0.64 | 0.20 | 0.22 |
| HSL | 318.9º | 0.53% | 0.53% | - |
| HSV(B) | 318.9º | 0.64% | 0.78% | - |
| XYZ | 31.71 | 18.98 | 34.34 | - |
| YUV | 118.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 158 | 0 | 0.64 | 0.20 | 0.22 | 318.9 | 0.53 | 0.53 |
| Hex | C6 | 47 | 9E | 0 | 40 | 14 | 16 | 13F | 35 | 35 |
| Octal | 306 | 107 | 236 | 0 | 100 | 24 | 26 | 477 | 65 | 65 |
| Binary | 11000110 | 1000111 | 10011110 | 0 | 1000000 | 10100 | 10110 | 100111111 | 110101 | 110101 |
Color Harmonies of #C6479E
Complementary color
Monochromatic Colors of #C6479E
Black with #C6479E
Text Example
Text Example
White with #C6479E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6479E; }
p { color: rgb(198,71,158); }
H1.HeaderClassName
{
color: #C6479E;
}
.AnyTagClassName
{
color: #C6479E;
}
</style>
background-color css
<style>
a { background-color: #C6479E; }
a { background-color: rgb(198,71,158); }
div.DivClassName
{
background-color: #C6479E;
}
.BgClassName
{
background-color: #C6479E;
}
</style>
border-color css
<style>
span { border-color: #C6479E; }
span { border-color: rgb(198,71,158); }
td.TdClassName
{
border-color: #C6479E;
}
.TagClassName
{
border-color: #C6479E;
}
</style>