Shades of Royal Heath #B7547D
Tints of Royal Heath #B7547D
RGB
CMYK
RGB Variations
Color information
#B7547D (or 0xB7547D) is known color: Royal Heath. HEX triplet: B7, 54 and 7D. RGB value is (183,84,125). Sum of RGB (Red+Green+Blue) = 183+84+125=392 (51% of max value = 765). Red value is 183 (71.88% from 255 or 46.68% from 392); Green value is 84 (33.20% from 255 or 21.43% from 392); Blue value is 125 (49.22% from 255 or 31.89% from 392); Max value from RGB is 183 - color contains mainly: red. Hex color #B7547D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7547D is #48AB82. Grayscale: #767676. Windows color (decimal): -4762499 or 8213687. OLE color: 8213687.
HSL color Cylindrical-coordinate representation of color #B7547D: hue angle of 335.15º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7547D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 84 | 125 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.28 |
| HSL | 335.15º | 0.41% | 0.52% | - |
| HSV(B) | 335.15º | 0.54% | 0.72% | - |
| XYZ | 26.4 | 17.89 | 21.46 | - |
| YUV | 118.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 84 | 125 | 0 | 0.54 | 0.32 | 0.28 | 335.15 | 0.41 | 0.52 |
| Hex | B7 | 54 | 7D | 0 | 36 | 20 | 1C | 14F | 29 | 34 |
| Octal | 267 | 124 | 175 | 0 | 66 | 40 | 34 | 517 | 51 | 64 |
| Binary | 10110111 | 1010100 | 1111101 | 0 | 110110 | 100000 | 11100 | 101001111 | 101001 | 110100 |
Color Harmonies of #B7547D
Complementary color
Monochromatic Colors of #B7547D
Black with #B7547D
Text Example
Text Example
White with #B7547D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7547D; }
p { color: rgb(183,84,125); }
H1.HeaderClassName
{
color: #B7547D;
}
.AnyTagClassName
{
color: #B7547D;
}
</style>
background-color css
<style>
a { background-color: #B7547D; }
a { background-color: rgb(183,84,125); }
div.DivClassName
{
background-color: #B7547D;
}
.BgClassName
{
background-color: #B7547D;
}
</style>
border-color css
<style>
span { border-color: #B7547D; }
span { border-color: rgb(183,84,125); }
td.TdClassName
{
border-color: #B7547D;
}
.TagClassName
{
border-color: #B7547D;
}
</style>