Shades of Royal Heath #B7537D
Tints of Royal Heath #B7537D
RGB
CMYK
RGB Variations
Color information
#B7537D (or 0xB7537D) is known color: Royal Heath. HEX triplet: B7, 53 and 7D. RGB value is (183,83,125). Sum of RGB (Red+Green+Blue) = 183+83+125=391 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.80% from 391); Green value is 83 (32.81% from 255 or 21.23% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 183 - color contains mainly: red. Hex color #B7537D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7537D is #48AC82. Grayscale: #757575. Windows color (decimal): -4762755 or 8213431. OLE color: 8213431.
HSL color Cylindrical-coordinate representation of color #B7537D: hue angle of 334.8º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #B7537D is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 83 | 125 | - |
| CMYK | 0 | 0.55 | 0.32 | 0.28 |
| HSL | 334.8º | 0.41% | 0.52% | - |
| HSV(B) | 334.8º | 0.55% | 0.72% | - |
| XYZ | 26.32 | 17.73 | 21.44 | - |
| YUV | 117.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 83 | 125 | 0 | 0.55 | 0.32 | 0.28 | 334.8 | 0.41 | 0.52 |
| Hex | B7 | 53 | 7D | 0 | 37 | 20 | 1C | 14F | 29 | 34 |
| Octal | 267 | 123 | 175 | 0 | 67 | 40 | 34 | 517 | 51 | 64 |
| Binary | 10110111 | 1010011 | 1111101 | 0 | 110111 | 100000 | 11100 | 101001111 | 101001 | 110100 |
Color Harmonies of #B7537D
Complementary color
Monochromatic Colors of #B7537D
Black with #B7537D
Text Example
Text Example
White with #B7537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7537D; }
p { color: rgb(183,83,125); }
H1.HeaderClassName
{
color: #B7537D;
}
.AnyTagClassName
{
color: #B7537D;
}
</style>
background-color css
<style>
a { background-color: #B7537D; }
a { background-color: rgb(183,83,125); }
div.DivClassName
{
background-color: #B7537D;
}
.BgClassName
{
background-color: #B7537D;
}
</style>
border-color css
<style>
span { border-color: #B7537D; }
span { border-color: rgb(183,83,125); }
td.TdClassName
{
border-color: #B7537D;
}
.TagClassName
{
border-color: #B7537D;
}
</style>