Shades of Royal Heath #B74679
Tints of Royal Heath #B74679
RGB
CMYK
RGB Variations
Color information
#B74679 (or 0xB74679) is known color: Royal Heath. HEX triplet: B7, 46 and 79. RGB value is (183,70,121). Sum of RGB (Red+Green+Blue) = 183+70+121=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 70 (27.73% from 255 or 18.72% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B74679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74679 is #48B986. Grayscale: #6D6D6D. Windows color (decimal): -4766087 or 7947959. OLE color: 7947959.
HSL color Cylindrical-coordinate representation of color #B74679: hue angle of 332.92º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74679 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 121 | - |
| CMYK | 0 | 0.62 | 0.34 | 0.28 |
| HSL | 332.92º | 0.45% | 0.5% | - |
| HSV(B) | 332.92º | 0.62% | 0.72% | - |
| XYZ | 25.17 | 15.83 | 19.82 | - |
| YUV | 109.6 | 134.44 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 121 | 0 | 0.62 | 0.34 | 0.28 | 332.92 | 0.45 | 0.5 |
| Hex | B7 | 46 | 79 | 0 | 3E | 22 | 1C | 14D | 2D | 32 |
| Octal | 267 | 106 | 171 | 0 | 76 | 42 | 34 | 515 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1111001 | 0 | 111110 | 100010 | 11100 | 101001101 | 101101 | 110010 |
Color Harmonies of #B74679
Complementary color
Monochromatic Colors of #B74679
Black with #B74679
Text Example
Text Example
White with #B74679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74679; }
p { color: rgb(183,70,121); }
H1.HeaderClassName
{
color: #B74679;
}
.AnyTagClassName
{
color: #B74679;
}
</style>
background-color css
<style>
a { background-color: #B74679; }
a { background-color: rgb(183,70,121); }
div.DivClassName
{
background-color: #B74679;
}
.BgClassName
{
background-color: #B74679;
}
</style>
border-color css
<style>
span { border-color: #B74679; }
span { border-color: rgb(183,70,121); }
td.TdClassName
{
border-color: #B74679;
}
.TagClassName
{
border-color: #B74679;
}
</style>