Shades of Royal Heath #B34773
Tints of Royal Heath #B34773
RGB
CMYK
RGB Variations
Color information
#B34773 (or 0xB34773) is known color: Royal Heath. HEX triplet: B3, 47 and 73. RGB value is (179,71,115). Sum of RGB (Red+Green+Blue) = 179+71+115=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 71 (28.12% from 255 or 19.45% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B34773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B34773 is #4CB88C. Grayscale: #6C6C6C. Windows color (decimal): -5027981 or 7554995. OLE color: 7554995.
HSL color Cylindrical-coordinate representation of color #B34773: hue angle of 335.56º 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 #B34773 is Cyan = 0, Magento = 0.60, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 71 | 115 | - |
| CMYK | 0 | 0.60 | 0.36 | 0.30 |
| HSL | 335.56º | 0.43% | 0.49% | - |
| HSV(B) | 335.56º | 0.6% | 0.7% | - |
| XYZ | 23.94 | 15.33 | 17.92 | - |
| YUV | 108.31 | 131.78 | 178.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 71 | 115 | 0 | 0.60 | 0.36 | 0.30 | 335.56 | 0.43 | 0.49 |
| Hex | B3 | 47 | 73 | 0 | 3C | 24 | 1E | 150 | 2B | 31 |
| Octal | 263 | 107 | 163 | 0 | 74 | 44 | 36 | 520 | 53 | 61 |
| Binary | 10110011 | 1000111 | 1110011 | 0 | 111100 | 100100 | 11110 | 101010000 | 101011 | 110001 |
Color Harmonies of #B34773
Complementary color
Monochromatic Colors of #B34773
Black with #B34773
Text Example
Text Example
White with #B34773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B34773; }
p { color: rgb(179,71,115); }
H1.HeaderClassName
{
color: #B34773;
}
.AnyTagClassName
{
color: #B34773;
}
</style>
background-color css
<style>
a { background-color: #B34773; }
a { background-color: rgb(179,71,115); }
div.DivClassName
{
background-color: #B34773;
}
.BgClassName
{
background-color: #B34773;
}
</style>
border-color css
<style>
span { border-color: #B34773; }
span { border-color: rgb(179,71,115); }
td.TdClassName
{
border-color: #B34773;
}
.TagClassName
{
border-color: #B34773;
}
</style>