Shades of Royal Heath #B34674
Tints of Royal Heath #B34674
RGB
CMYK
RGB Variations
Color information
#B34674 (or 0xB34674) is known color: Royal Heath. HEX triplet: B3, 46 and 74. RGB value is (179,70,116). Sum of RGB (Red+Green+Blue) = 179+70+116=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 70 (27.73% from 255 or 19.18% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34674 is #4CB98B. Grayscale: #6B6B6B. Windows color (decimal): -5028236 or 7620275. OLE color: 7620275.
HSL color Cylindrical-coordinate representation of color #B34674: hue angle of 334.68º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B34674 is Cyan = 0, Magento = 0.61, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 70 | 116 | - |
| CMYK | 0 | 0.61 | 0.35 | 0.30 |
| HSL | 334.68º | 0.44% | 0.49% | - |
| HSV(B) | 334.68º | 0.61% | 0.7% | - |
| XYZ | 23.93 | 15.22 | 18.2 | - |
| YUV | 107.84 | 132.61 | 178.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 70 | 116 | 0 | 0.61 | 0.35 | 0.30 | 334.68 | 0.44 | 0.49 |
| Hex | B3 | 46 | 74 | 0 | 3D | 23 | 1E | 14F | 2C | 31 |
| Octal | 263 | 106 | 164 | 0 | 75 | 43 | 36 | 517 | 54 | 61 |
| Binary | 10110011 | 1000110 | 1110100 | 0 | 111101 | 100011 | 11110 | 101001111 | 101100 | 110001 |
Color Harmonies of #B34674
Complementary color
Monochromatic Colors of #B34674
Black with #B34674
Text Example
Text Example
White with #B34674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34674; }
p { color: rgb(179,70,116); }
H1.HeaderClassName
{
color: #B34674;
}
.AnyTagClassName
{
color: #B34674;
}
</style>
background-color css
<style>
a { background-color: #B34674; }
a { background-color: rgb(179,70,116); }
div.DivClassName
{
background-color: #B34674;
}
.BgClassName
{
background-color: #B34674;
}
</style>
border-color css
<style>
span { border-color: #B34674; }
span { border-color: rgb(179,70,116); }
td.TdClassName
{
border-color: #B34674;
}
.TagClassName
{
border-color: #B34674;
}
</style>