Shades of Mulberry #C6579D
Tints of Mulberry #C6579D
RGB
CMYK
RGB Variations
Color information
#C6579D (or 0xC6579D) is known color: Mulberry. HEX triplet: C6, 57 and 9D. RGB value is (198,87,157). Sum of RGB (Red+Green+Blue) = 198+87+157=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6579D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6579D is #39A862. Grayscale: #7F7F7F. Windows color (decimal): -3778659 or 10311622. OLE color: 10311622.
HSL color Cylindrical-coordinate representation of color #C6579D: hue angle of 322.16º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C6579D is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 87 | 157 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.22 |
| HSL | 322.16º | 0.49% | 0.56% | - |
| HSV(B) | 322.16º | 0.56% | 0.78% | - |
| XYZ | 32.78 | 21.26 | 34.27 | - |
| YUV | 128.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 87 | 157 | 0 | 0.56 | 0.21 | 0.22 | 322.16 | 0.49 | 0.56 |
| Hex | C6 | 57 | 9D | 0 | 38 | 15 | 16 | 142 | 31 | 38 |
| Octal | 306 | 127 | 235 | 0 | 70 | 25 | 26 | 502 | 61 | 70 |
| Binary | 11000110 | 1010111 | 10011101 | 0 | 111000 | 10101 | 10110 | 101000010 | 110001 | 111000 |
Color Harmonies of #C6579D
Complementary color
Monochromatic Colors of #C6579D
Black with #C6579D
Text Example
Text Example
White with #C6579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6579D; }
p { color: rgb(198,87,157); }
H1.HeaderClassName
{
color: #C6579D;
}
.AnyTagClassName
{
color: #C6579D;
}
</style>
background-color css
<style>
a { background-color: #C6579D; }
a { background-color: rgb(198,87,157); }
div.DivClassName
{
background-color: #C6579D;
}
.BgClassName
{
background-color: #C6579D;
}
</style>
border-color css
<style>
span { border-color: #C6579D; }
span { border-color: rgb(198,87,157); }
td.TdClassName
{
border-color: #C6579D;
}
.TagClassName
{
border-color: #C6579D;
}
</style>