Shades of Royal Heath #B7557D
Tints of Royal Heath #B7557D
RGB
CMYK
RGB Variations
Color information
#B7557D (or 0xB7557D) is known color: Royal Heath. HEX triplet: B7, 55 and 7D. RGB value is (183,85,125). Sum of RGB (Red+Green+Blue) = 183+85+125=393 (52% of max value = 765). Red value is 183 (71.88% from 255 or 46.56% from 393); Green value is 85 (33.59% from 255 or 21.63% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 183 - color contains mainly: red. Hex color #B7557D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7557D is #48AA82. Grayscale: #767676. Windows color (decimal): -4762243 or 8213943. OLE color: 8213943.
HSL color Cylindrical-coordinate representation of color #B7557D: hue angle of 335.51º degrees, saturation: 0.4, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B7557D is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 85 | 125 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.28 |
| HSL | 335.51º | 0.4% | 0.53% | - |
| HSV(B) | 335.51º | 0.54% | 0.72% | - |
| XYZ | 26.48 | 18.04 | 21.49 | - |
| YUV | 118.86 | 131.47 | 173.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 85 | 125 | 0 | 0.54 | 0.32 | 0.28 | 335.51 | 0.4 | 0.53 |
| Hex | B7 | 55 | 7D | 0 | 36 | 20 | 1C | 150 | 28 | 35 |
| Octal | 267 | 125 | 175 | 0 | 66 | 40 | 34 | 520 | 50 | 65 |
| Binary | 10110111 | 1010101 | 1111101 | 0 | 110110 | 100000 | 11100 | 101010000 | 101000 | 110101 |
Color Harmonies of #B7557D
Complementary color
Monochromatic Colors of #B7557D
Black with #B7557D
Text Example
Text Example
White with #B7557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7557D; }
p { color: rgb(183,85,125); }
H1.HeaderClassName
{
color: #B7557D;
}
.AnyTagClassName
{
color: #B7557D;
}
</style>
background-color css
<style>
a { background-color: #B7557D; }
a { background-color: rgb(183,85,125); }
div.DivClassName
{
background-color: #B7557D;
}
.BgClassName
{
background-color: #B7557D;
}
</style>
border-color css
<style>
span { border-color: #B7557D; }
span { border-color: rgb(183,85,125); }
td.TdClassName
{
border-color: #B7557D;
}
.TagClassName
{
border-color: #B7557D;
}
</style>