Shades of Royal Heath #B04781
Tints of Royal Heath #B04781
RGB
CMYK
RGB Variations
Color information
#B04781 (or 0xB04781) is known color: Royal Heath. HEX triplet: B0, 47 and 81. RGB value is (176,71,129). Sum of RGB (Red+Green+Blue) = 176+71+129=376 (49% of max value = 765). Red value is 176 (69.14% from 255 or 46.81% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 129 (50.78% from 255 or 34.31% from 376); Max value from RGB is 176 - color contains mainly: red. Hex color #B04781 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B04781 is #4FB87E. Grayscale: #6C6C6C. Windows color (decimal): -5224575 or 8472496. OLE color: 8472496.
HSL color Cylindrical-coordinate representation of color #B04781: hue angle of 326.86º degrees, saturation: 0.43, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B04781 is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 71 | 129 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.31 |
| HSL | 326.86º | 0.43% | 0.48% | - |
| HSV(B) | 326.86º | 0.6% | 0.69% | - |
| XYZ | 24.12 | 15.32 | 22.45 | - |
| YUV | 109.01 | 139.29 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 71 | 129 | 0 | 0.60 | 0.27 | 0.31 | 326.86 | 0.43 | 0.48 |
| Hex | B0 | 47 | 81 | 0 | 3C | 1B | 1F | 147 | 2B | 30 |
| Octal | 260 | 107 | 201 | 0 | 74 | 33 | 37 | 507 | 53 | 60 |
| Binary | 10110000 | 1000111 | 10000001 | 0 | 111100 | 11011 | 11111 | 101000111 | 101011 | 110000 |
Color Harmonies of #B04781
Complementary color
Monochromatic Colors of #B04781
Black with #B04781
Text Example
Text Example
White with #B04781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B04781; }
p { color: rgb(176,71,129); }
H1.HeaderClassName
{
color: #B04781;
}
.AnyTagClassName
{
color: #B04781;
}
</style>
background-color css
<style>
a { background-color: #B04781; }
a { background-color: rgb(176,71,129); }
div.DivClassName
{
background-color: #B04781;
}
.BgClassName
{
background-color: #B04781;
}
</style>
border-color css
<style>
span { border-color: #B04781; }
span { border-color: rgb(176,71,129); }
td.TdClassName
{
border-color: #B04781;
}
.TagClassName
{
border-color: #B04781;
}
</style>