Shades of Royal Heath #B7497C
Tints of Royal Heath #B7497C
RGB
CMYK
RGB Variations
Color information
#B7497C (or 0xB7497C) is known color: Royal Heath. HEX triplet: B7, 49 and 7C. RGB value is (183,73,124). Sum of RGB (Red+Green+Blue) = 183+73+124=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B7497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7497C is #48B683. Grayscale: #6F6F6F. Windows color (decimal): -4765316 or 8145335. OLE color: 8145335.
HSL color Cylindrical-coordinate representation of color #B7497C: hue angle of 332.18º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B7497C is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 124 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.28 |
| HSL | 332.18º | 0.43% | 0.5% | - |
| HSV(B) | 332.18º | 0.6% | 0.72% | - |
| XYZ | 25.55 | 16.29 | 20.87 | - |
| YUV | 111.7 | 134.94 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 124 | 0 | 0.60 | 0.32 | 0.28 | 332.18 | 0.43 | 0.5 |
| Hex | B7 | 49 | 7C | 0 | 3C | 20 | 1C | 14C | 2B | 32 |
| Octal | 267 | 111 | 174 | 0 | 74 | 40 | 34 | 514 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1111100 | 0 | 111100 | 100000 | 11100 | 101001100 | 101011 | 110010 |
Color Harmonies of #B7497C
Complementary color
Monochromatic Colors of #B7497C
Black with #B7497C
Text Example
Text Example
White with #B7497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7497C; }
p { color: rgb(183,73,124); }
H1.HeaderClassName
{
color: #B7497C;
}
.AnyTagClassName
{
color: #B7497C;
}
</style>
background-color css
<style>
a { background-color: #B7497C; }
a { background-color: rgb(183,73,124); }
div.DivClassName
{
background-color: #B7497C;
}
.BgClassName
{
background-color: #B7497C;
}
</style>
border-color css
<style>
span { border-color: #B7497C; }
span { border-color: rgb(183,73,124); }
td.TdClassName
{
border-color: #B7497C;
}
.TagClassName
{
border-color: #B7497C;
}
</style>