Shades of Royal Heath #B34774
Tints of Royal Heath #B34774
RGB
CMYK
RGB Variations
Color information
#B34774 (or 0xB34774) is known color: Royal Heath. HEX triplet: B3, 47 and 74. RGB value is (179,71,116). Sum of RGB (Red+Green+Blue) = 179+71+116=366 (48% of max value = 765). Red value is 179 (70.31% from 255 or 48.91% from 366); Green value is 71 (28.12% from 255 or 19.40% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 179 - color contains mainly: red. Hex color #B34774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34774 is #4CB88B. Grayscale: #6C6C6C. Windows color (decimal): -5027980 or 7620531. OLE color: 7620531.
HSL color Cylindrical-coordinate representation of color #B34774: hue angle of 335º degrees, saturation: 0.43, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B34774 is Cyan = 0, Magento = 0.60, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 116 | - |
| CMYK | 0 | 0.60 | 0.35 | 0.30 |
| HSL | 335º | 0.43% | 0.49% | - |
| HSV(B) | 335º | 0.6% | 0.7% | - |
| XYZ | 24 | 15.35 | 18.22 | - |
| YUV | 108.42 | 132.28 | 178.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 116 | 0 | 0.60 | 0.35 | 0.30 | 335 | 0.43 | 0.49 |
| Hex | B3 | 47 | 74 | 0 | 3C | 23 | 1E | 14F | 2B | 31 |
| Octal | 263 | 107 | 164 | 0 | 74 | 43 | 36 | 517 | 53 | 61 |
| Binary | 10110011 | 1000111 | 1110100 | 0 | 111100 | 100011 | 11110 | 101001111 | 101011 | 110001 |
Color Harmonies of #B34774
Complementary color
Monochromatic Colors of #B34774
Black with #B34774
Text Example
Text Example
White with #B34774
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34774; }
p { color: rgb(179,71,116); }
H1.HeaderClassName
{
color: #B34774;
}
.AnyTagClassName
{
color: #B34774;
}
</style>
background-color css
<style>
a { background-color: #B34774; }
a { background-color: rgb(179,71,116); }
div.DivClassName
{
background-color: #B34774;
}
.BgClassName
{
background-color: #B34774;
}
</style>
border-color css
<style>
span { border-color: #B34774; }
span { border-color: rgb(179,71,116); }
td.TdClassName
{
border-color: #B34774;
}
.TagClassName
{
border-color: #B34774;
}
</style>