Shades of Mulberry #C73AA5
Tints of Mulberry #C73AA5
RGB
CMYK
RGB Variations
Color information
#C73AA5 (or 0xC73AA5) is known color: Mulberry. HEX triplet: C7, 3A and A5. RGB value is (199,58,165). Sum of RGB (Red+Green+Blue) = 199+58+165=422 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.16% from 422); Green value is 58 (23.05% from 255 or 13.74% from 422); Blue value is 165 (64.84% from 255 or 39.10% from 422); Max value from RGB is 199 - color contains mainly: red. Hex color #C73AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C73AA5 is #38C55A. Grayscale: #707070. Windows color (decimal): -3720539 or 10828487. OLE color: 10828487.
HSL color Cylindrical-coordinate representation of color #C73AA5: hue angle of 314.47º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73AA5 is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 165 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.22 |
| HSL | 314.47º | 0.56% | 0.5% | - |
| HSV(B) | 314.47º | 0.71% | 0.78% | - |
| XYZ | 31.86 | 17.88 | 37.37 | - |
| YUV | 112.36 | 157.71 | 189.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 165 | 0 | 0.71 | 0.17 | 0.22 | 314.47 | 0.56 | 0.5 |
| Hex | C7 | 3A | A5 | 0 | 47 | 11 | 16 | 13A | 38 | 32 |
| Octal | 307 | 72 | 245 | 0 | 107 | 21 | 26 | 472 | 70 | 62 |
| Binary | 11000111 | 111010 | 10100101 | 0 | 1000111 | 10001 | 10110 | 100111010 | 111000 | 110010 |
Color Harmonies of #C73AA5
Complementary color
Monochromatic Colors of #C73AA5
Black with #C73AA5
Text Example
Text Example
White with #C73AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73AA5; }
p { color: rgb(199,58,165); }
H1.HeaderClassName
{
color: #C73AA5;
}
.AnyTagClassName
{
color: #C73AA5;
}
</style>
background-color css
<style>
a { background-color: #C73AA5; }
a { background-color: rgb(199,58,165); }
div.DivClassName
{
background-color: #C73AA5;
}
.BgClassName
{
background-color: #C73AA5;
}
</style>
border-color css
<style>
span { border-color: #C73AA5; }
span { border-color: rgb(199,58,165); }
td.TdClassName
{
border-color: #C73AA5;
}
.TagClassName
{
border-color: #C73AA5;
}
</style>