Shades of Royal Heath #B34074
Tints of Royal Heath #B34074
RGB
CMYK
RGB Variations
Color information
#B34074 (or 0xB34074) is known color: Royal Heath. HEX triplet: B3, 40 and 74. RGB value is (179,64,116). Sum of RGB (Red+Green+Blue) = 179+64+116=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 64 (25.39% from 255 or 17.83% from 359); Blue value is 116 (45.70% from 255 or 32.31% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B34074 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34074 is #4CBF8B. Grayscale: #686868. Windows color (decimal): -5029772 or 7618739. OLE color: 7618739.
HSL color Cylindrical-coordinate representation of color #B34074: hue angle of 332.87º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B34074 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 64 | 116 | - |
| CMYK | 0 | 0.64 | 0.35 | 0.30 |
| HSL | 332.87º | 0.47% | 0.48% | - |
| HSV(B) | 332.87º | 0.64% | 0.7% | - |
| XYZ | 23.58 | 14.51 | 18.08 | - |
| YUV | 104.31 | 134.6 | 181.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 64 | 116 | 0 | 0.64 | 0.35 | 0.30 | 332.87 | 0.47 | 0.48 |
| Hex | B3 | 40 | 74 | 0 | 40 | 23 | 1E | 14D | 2F | 30 |
| Octal | 263 | 100 | 164 | 0 | 100 | 43 | 36 | 515 | 57 | 60 |
| Binary | 10110011 | 1000000 | 1110100 | 0 | 1000000 | 100011 | 11110 | 101001101 | 101111 | 110000 |
Color Harmonies of #B34074
Complementary color
Monochromatic Colors of #B34074
Black with #B34074
Text Example
Text Example
White with #B34074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34074; }
p { color: rgb(179,64,116); }
H1.HeaderClassName
{
color: #B34074;
}
.AnyTagClassName
{
color: #B34074;
}
</style>
background-color css
<style>
a { background-color: #B34074; }
a { background-color: rgb(179,64,116); }
div.DivClassName
{
background-color: #B34074;
}
.BgClassName
{
background-color: #B34074;
}
</style>
border-color css
<style>
span { border-color: #B34074; }
span { border-color: rgb(179,64,116); }
td.TdClassName
{
border-color: #B34074;
}
.TagClassName
{
border-color: #B34074;
}
</style>