Shades of Royal Heath #B74774
Tints of Royal Heath #B74774
RGB
CMYK
RGB Variations
Color information
#B74774 (or 0xB74774) is known color: Royal Heath. HEX triplet: B7, 47 and 74. RGB value is (183,71,116). Sum of RGB (Red+Green+Blue) = 183+71+116=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 71 (28.12% from 255 or 19.19% from 370); Blue value is 116 (45.70% from 255 or 31.35% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B74774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74774 is #48B88B. Grayscale: #6D6D6D. Windows color (decimal): -4765836 or 7620535. OLE color: 7620535.
HSL color Cylindrical-coordinate representation of color #B74774: hue angle of 335.89º 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 #B74774 is Cyan = 0, Magento = 0.61, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 116 | - |
| CMYK | 0 | 0.61 | 0.37 | 0.28 |
| HSL | 335.89º | 0.44% | 0.5% | - |
| HSV(B) | 335.89º | 0.61% | 0.72% | - |
| XYZ | 24.93 | 15.83 | 18.27 | - |
| YUV | 109.62 | 131.61 | 180.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 116 | 0 | 0.61 | 0.37 | 0.28 | 335.89 | 0.44 | 0.5 |
| Hex | B7 | 47 | 74 | 0 | 3D | 25 | 1C | 150 | 2C | 32 |
| Octal | 267 | 107 | 164 | 0 | 75 | 45 | 34 | 520 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1110100 | 0 | 111101 | 100101 | 11100 | 101010000 | 101100 | 110010 |
Color Harmonies of #B74774
Complementary color
Monochromatic Colors of #B74774
Black with #B74774
Text Example
Text Example
White with #B74774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74774; }
p { color: rgb(183,71,116); }
H1.HeaderClassName
{
color: #B74774;
}
.AnyTagClassName
{
color: #B74774;
}
</style>
background-color css
<style>
a { background-color: #B74774; }
a { background-color: rgb(183,71,116); }
div.DivClassName
{
background-color: #B74774;
}
.BgClassName
{
background-color: #B74774;
}
</style>
border-color css
<style>
span { border-color: #B74774; }
span { border-color: rgb(183,71,116); }
td.TdClassName
{
border-color: #B74774;
}
.TagClassName
{
border-color: #B74774;
}
</style>