Shades of Royal Heath #B74071
Tints of Royal Heath #B74071
RGB
CMYK
RGB Variations
Color information
#B74071 (or 0xB74071) is known color: Royal Heath. HEX triplet: B7, 40 and 71. RGB value is (183,64,113). Sum of RGB (Red+Green+Blue) = 183+64+113=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 64 (25.39% from 255 or 17.78% from 360); Blue value is 113 (44.53% from 255 or 31.39% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B74071 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74071 is #48BF8E. Grayscale: #696969. Windows color (decimal): -4767631 or 7422135. OLE color: 7422135.
HSL color Cylindrical-coordinate representation of color #B74071: hue angle of 335.29º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B74071 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 113 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.28 |
| HSL | 335.29º | 0.48% | 0.48% | - |
| HSV(B) | 335.29º | 0.65% | 0.72% | - |
| XYZ | 24.34 | 14.93 | 17.22 | - |
| YUV | 105.17 | 132.42 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 113 | 0 | 0.65 | 0.38 | 0.28 | 335.29 | 0.48 | 0.48 |
| Hex | B7 | 40 | 71 | 0 | 41 | 26 | 1C | 14F | 30 | 30 |
| Octal | 267 | 100 | 161 | 0 | 101 | 46 | 34 | 517 | 60 | 60 |
| Binary | 10110111 | 1000000 | 1110001 | 0 | 1000001 | 100110 | 11100 | 101001111 | 110000 | 110000 |
Color Harmonies of #B74071
Complementary color
Monochromatic Colors of #B74071
Black with #B74071
Text Example
Text Example
White with #B74071
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74071; }
p { color: rgb(183,64,113); }
H1.HeaderClassName
{
color: #B74071;
}
.AnyTagClassName
{
color: #B74071;
}
</style>
background-color css
<style>
a { background-color: #B74071; }
a { background-color: rgb(183,64,113); }
div.DivClassName
{
background-color: #B74071;
}
.BgClassName
{
background-color: #B74071;
}
</style>
border-color css
<style>
span { border-color: #B74071; }
span { border-color: rgb(183,64,113); }
td.TdClassName
{
border-color: #B74071;
}
.TagClassName
{
border-color: #B74071;
}
</style>