Shades of Royal Heath #B7597D
Tints of Royal Heath #B7597D
RGB
CMYK
RGB Variations
Color information
#B7597D (or 0xB7597D) is known color: Royal Heath. HEX triplet: B7, 59 and 7D. RGB value is (183,89,125). Sum of RGB (Red+Green+Blue) = 183+89+125=397 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.10% from 397); Green value is 89 (35.16% from 255 or 22.42% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 183 - color contains mainly: red. Hex color #B7597D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7597D is #48A682. Grayscale: #797979. Windows color (decimal): -4761219 or 8214967. OLE color: 8214967.
HSL color Cylindrical-coordinate representation of color #B7597D: hue angle of 337.02º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B7597D is Cyan = 0, Magento = 0.51, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 125 | - |
| CMYK | 0 | 0.51 | 0.32 | 0.28 |
| HSL | 337.02º | 0.39% | 0.53% | - |
| HSV(B) | 337.02º | 0.51% | 0.72% | - |
| XYZ | 26.8 | 18.69 | 21.6 | - |
| YUV | 121.21 | 130.14 | 172.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 125 | 0 | 0.51 | 0.32 | 0.28 | 337.02 | 0.39 | 0.53 |
| Hex | B7 | 59 | 7D | 0 | 33 | 20 | 1C | 151 | 27 | 35 |
| Octal | 267 | 131 | 175 | 0 | 63 | 40 | 34 | 521 | 47 | 65 |
| Binary | 10110111 | 1011001 | 1111101 | 0 | 110011 | 100000 | 11100 | 101010001 | 100111 | 110101 |
Color Harmonies of #B7597D
Complementary color
Monochromatic Colors of #B7597D
Black with #B7597D
Text Example
Text Example
White with #B7597D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7597D; }
p { color: rgb(183,89,125); }
H1.HeaderClassName
{
color: #B7597D;
}
.AnyTagClassName
{
color: #B7597D;
}
</style>
background-color css
<style>
a { background-color: #B7597D; }
a { background-color: rgb(183,89,125); }
div.DivClassName
{
background-color: #B7597D;
}
.BgClassName
{
background-color: #B7597D;
}
</style>
border-color css
<style>
span { border-color: #B7597D; }
span { border-color: rgb(183,89,125); }
td.TdClassName
{
border-color: #B7597D;
}
.TagClassName
{
border-color: #B7597D;
}
</style>