Shades of Royal Heath #B75981
Tints of Royal Heath #B75981
RGB
CMYK
RGB Variations
Color information
#B75981 (or 0xB75981) is known color: Royal Heath. HEX triplet: B7, 59 and 81. RGB value is (183,89,129). Sum of RGB (Red+Green+Blue) = 183+89+129=401 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.64% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 129 (50.78% from 255 or 32.17% from 401); Max value from RGB is 183 - color contains mainly: red. Hex color #B75981 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B75981 is #48A67E. Grayscale: #797979. Windows color (decimal): -4761215 or 8477111. OLE color: 8477111.
HSL color Cylindrical-coordinate representation of color #B75981: hue angle of 334.47º 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 #B75981 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 89 | 129 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.28 |
| HSL | 334.47º | 0.39% | 0.53% | - |
| HSV(B) | 334.47º | 0.51% | 0.72% | - |
| XYZ | 27.06 | 18.8 | 22.97 | - |
| YUV | 121.67 | 132.14 | 171.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 89 | 129 | 0 | 0.51 | 0.30 | 0.28 | 334.47 | 0.39 | 0.53 |
| Hex | B7 | 59 | 81 | 0 | 33 | 1E | 1C | 14E | 27 | 35 |
| Octal | 267 | 131 | 201 | 0 | 63 | 36 | 34 | 516 | 47 | 65 |
| Binary | 10110111 | 1011001 | 10000001 | 0 | 110011 | 11110 | 11100 | 101001110 | 100111 | 110101 |
Color Harmonies of #B75981
Complementary color
Monochromatic Colors of #B75981
Black with #B75981
Text Example
Text Example
White with #B75981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75981; }
p { color: rgb(183,89,129); }
H1.HeaderClassName
{
color: #B75981;
}
.AnyTagClassName
{
color: #B75981;
}
</style>
background-color css
<style>
a { background-color: #B75981; }
a { background-color: rgb(183,89,129); }
div.DivClassName
{
background-color: #B75981;
}
.BgClassName
{
background-color: #B75981;
}
</style>
border-color css
<style>
span { border-color: #B75981; }
span { border-color: rgb(183,89,129); }
td.TdClassName
{
border-color: #B75981;
}
.TagClassName
{
border-color: #B75981;
}
</style>