Shades of Royal Heath #C73A74
Tints of Royal Heath #C73A74
RGB
CMYK
RGB Variations
Color information
#C73A74 (or 0xC73A74) is known color: Royal Heath. HEX triplet: C7, 3A and 74. RGB value is (199,58,116). Sum of RGB (Red+Green+Blue) = 199+58+116=373 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.35% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 116 (45.70% from 255 or 31.10% from 373); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73A74 is #38C58B. Grayscale: #6A6A6A. Windows color (decimal): -3720588 or 7617223. OLE color: 7617223.
HSL color Cylindrical-coordinate representation of color #C73A74: hue angle of 335.32º 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 #C73A74 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 116 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.22 |
| HSL | 335.32º | 0.56% | 0.5% | - |
| HSV(B) | 335.32º | 0.71% | 0.78% | - |
| XYZ | 28.22 | 16.43 | 18.21 | - |
| YUV | 106.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 116 | 0 | 0.71 | 0.42 | 0.22 | 335.32 | 0.56 | 0.5 |
| Hex | C7 | 3A | 74 | 0 | 47 | 2A | 16 | 14F | 38 | 32 |
| Octal | 307 | 72 | 164 | 0 | 107 | 52 | 26 | 517 | 70 | 62 |
| Binary | 11000111 | 111010 | 1110100 | 0 | 1000111 | 101010 | 10110 | 101001111 | 111000 | 110010 |
Color Harmonies of #C73A74
Complementary color
Monochromatic Colors of #C73A74
Black with #C73A74
Text Example
Text Example
White with #C73A74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A74; }
p { color: rgb(199,58,116); }
H1.HeaderClassName
{
color: #C73A74;
}
.AnyTagClassName
{
color: #C73A74;
}
</style>
background-color css
<style>
a { background-color: #C73A74; }
a { background-color: rgb(199,58,116); }
div.DivClassName
{
background-color: #C73A74;
}
.BgClassName
{
background-color: #C73A74;
}
</style>
border-color css
<style>
span { border-color: #C73A74; }
span { border-color: rgb(199,58,116); }
td.TdClassName
{
border-color: #C73A74;
}
.TagClassName
{
border-color: #C73A74;
}
</style>