Shades of Royal Heath #B74779
Tints of Royal Heath #B74779
RGB
CMYK
RGB Variations
Color information
#B74779 (or 0xB74779) is known color: Royal Heath. HEX triplet: B7, 47 and 79. RGB value is (183,71,121). Sum of RGB (Red+Green+Blue) = 183+71+121=375 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.8% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 121 (47.66% from 255 or 32.27% from 375); Max value from RGB is 183 - color contains mainly: red. Hex color #B74779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74779 is #48B886. Grayscale: #6E6E6E. Windows color (decimal): -4765831 or 7948215. OLE color: 7948215.
HSL color Cylindrical-coordinate representation of color #B74779: hue angle of 333.21º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74779 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 121 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.28 |
| HSL | 333.21º | 0.44% | 0.5% | - |
| HSV(B) | 333.21º | 0.61% | 0.72% | - |
| XYZ | 25.23 | 15.95 | 19.84 | - |
| YUV | 110.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 121 | 0 | 0.61 | 0.34 | 0.28 | 333.21 | 0.44 | 0.5 |
| Hex | B7 | 47 | 79 | 0 | 3D | 22 | 1C | 14D | 2C | 32 |
| Octal | 267 | 107 | 171 | 0 | 75 | 42 | 34 | 515 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1111001 | 0 | 111101 | 100010 | 11100 | 101001101 | 101100 | 110010 |
Color Harmonies of #B74779
Complementary color
Monochromatic Colors of #B74779
Black with #B74779
Text Example
Text Example
White with #B74779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74779; }
p { color: rgb(183,71,121); }
H1.HeaderClassName
{
color: #B74779;
}
.AnyTagClassName
{
color: #B74779;
}
</style>
background-color css
<style>
a { background-color: #B74779; }
a { background-color: rgb(183,71,121); }
div.DivClassName
{
background-color: #B74779;
}
.BgClassName
{
background-color: #B74779;
}
</style>
border-color css
<style>
span { border-color: #B74779; }
span { border-color: rgb(183,71,121); }
td.TdClassName
{
border-color: #B74779;
}
.TagClassName
{
border-color: #B74779;
}
</style>