Shades of Royal Heath #B7497D
Tints of Royal Heath #B7497D
RGB
CMYK
RGB Variations
Color information
#B7497D (or 0xB7497D) is known color: Royal Heath. HEX triplet: B7, 49 and 7D. RGB value is (183,73,125). Sum of RGB (Red+Green+Blue) = 183+73+125=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7497D is #48B682. Grayscale: #6F6F6F. Windows color (decimal): -4765315 or 8210871. OLE color: 8210871.
HSL color Cylindrical-coordinate representation of color #B7497D: hue angle of 331.64º 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 #B7497D is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 73 | 125 | - |
| CMYK | 0 | 0.60 | 0.32 | 0.28 |
| HSL | 331.64º | 0.43% | 0.5% | - |
| HSV(B) | 331.64º | 0.6% | 0.72% | - |
| XYZ | 25.61 | 16.31 | 21.2 | - |
| YUV | 111.82 | 135.44 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 73 | 125 | 0 | 0.60 | 0.32 | 0.28 | 331.64 | 0.43 | 0.5 |
| Hex | B7 | 49 | 7D | 0 | 3C | 20 | 1C | 14C | 2B | 32 |
| Octal | 267 | 111 | 175 | 0 | 74 | 40 | 34 | 514 | 53 | 62 |
| Binary | 10110111 | 1001001 | 1111101 | 0 | 111100 | 100000 | 11100 | 101001100 | 101011 | 110010 |
Color Harmonies of #B7497D
Complementary color
Monochromatic Colors of #B7497D
Black with #B7497D
Text Example
Text Example
White with #B7497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7497D; }
p { color: rgb(183,73,125); }
H1.HeaderClassName
{
color: #B7497D;
}
.AnyTagClassName
{
color: #B7497D;
}
</style>
background-color css
<style>
a { background-color: #B7497D; }
a { background-color: rgb(183,73,125); }
div.DivClassName
{
background-color: #B7497D;
}
.BgClassName
{
background-color: #B7497D;
}
</style>
border-color css
<style>
span { border-color: #B7497D; }
span { border-color: rgb(183,73,125); }
td.TdClassName
{
border-color: #B7497D;
}
.TagClassName
{
border-color: #B7497D;
}
</style>