Shades of Royal Heath #B34A77
Tints of Royal Heath #B34A77
RGB
CMYK
RGB Variations
Color information
#B34A77 (or 0xB34A77) is known color: Royal Heath. HEX triplet: B3, 4A and 77. RGB value is (179,74,119). Sum of RGB (Red+Green+Blue) = 179+74+119=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 74 (29.30% from 255 or 19.89% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B34A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34A77 is #4CB588. Grayscale: #6E6E6E. Windows color (decimal): -5027209 or 7817907. OLE color: 7817907.
HSL color Cylindrical-coordinate representation of color #B34A77: hue angle of 334.29º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B34A77 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 74 | 119 | - |
| CMYK | 0 | 0.59 | 0.34 | 0.30 |
| HSL | 334.29º | 0.42% | 0.5% | - |
| HSV(B) | 334.29º | 0.59% | 0.7% | - |
| XYZ | 24.37 | 15.81 | 19.22 | - |
| YUV | 110.53 | 132.79 | 176.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 74 | 119 | 0 | 0.59 | 0.34 | 0.30 | 334.29 | 0.42 | 0.5 |
| Hex | B3 | 4A | 77 | 0 | 3B | 22 | 1E | 14E | 2A | 32 |
| Octal | 263 | 112 | 167 | 0 | 73 | 42 | 36 | 516 | 52 | 62 |
| Binary | 10110011 | 1001010 | 1110111 | 0 | 111011 | 100010 | 11110 | 101001110 | 101010 | 110010 |
Color Harmonies of #B34A77
Complementary color
Monochromatic Colors of #B34A77
Black with #B34A77
Text Example
Text Example
White with #B34A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34A77; }
p { color: rgb(179,74,119); }
H1.HeaderClassName
{
color: #B34A77;
}
.AnyTagClassName
{
color: #B34A77;
}
</style>
background-color css
<style>
a { background-color: #B34A77; }
a { background-color: rgb(179,74,119); }
div.DivClassName
{
background-color: #B34A77;
}
.BgClassName
{
background-color: #B34A77;
}
</style>
border-color css
<style>
span { border-color: #B34A77; }
span { border-color: rgb(179,74,119); }
td.TdClassName
{
border-color: #B34A77;
}
.TagClassName
{
border-color: #B34A77;
}
</style>