Shades of Royal Heath #B73C72
Tints of Royal Heath #B73C72
RGB
CMYK
RGB Variations
Color information
#B73C72 (or 0xB73C72) is known color: Royal Heath. HEX triplet: B7, 3C and 72. RGB value is (183,60,114). Sum of RGB (Red+Green+Blue) = 183+60+114=357 (47% of max value = 765). Red value is 183 (71.88% from 255 or 51.26% from 357); Green value is 60 (23.83% from 255 or 16.81% from 357); Blue value is 114 (44.92% from 255 or 31.93% from 357); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C72 is #48C38D. Grayscale: #666666. Windows color (decimal): -4768654 or 7486647. OLE color: 7486647.
HSL color Cylindrical-coordinate representation of color #B73C72: hue angle of 333.66º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C72 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 114 | - |
| CMYK | 0 | 0.67 | 0.38 | 0.28 |
| HSL | 333.66º | 0.51% | 0.48% | - |
| HSV(B) | 333.66º | 0.67% | 0.72% | - |
| XYZ | 24.18 | 14.51 | 17.45 | - |
| YUV | 102.93 | 134.25 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 114 | 0 | 0.67 | 0.38 | 0.28 | 333.66 | 0.51 | 0.48 |
| Hex | B7 | 3C | 72 | 0 | 43 | 26 | 1C | 14E | 33 | 30 |
| Octal | 267 | 74 | 162 | 0 | 103 | 46 | 34 | 516 | 63 | 60 |
| Binary | 10110111 | 111100 | 1110010 | 0 | 1000011 | 100110 | 11100 | 101001110 | 110011 | 110000 |
Color Harmonies of #B73C72
Complementary color
Monochromatic Colors of #B73C72
Black with #B73C72
Text Example
Text Example
White with #B73C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C72; }
p { color: rgb(183,60,114); }
H1.HeaderClassName
{
color: #B73C72;
}
.AnyTagClassName
{
color: #B73C72;
}
</style>
background-color css
<style>
a { background-color: #B73C72; }
a { background-color: rgb(183,60,114); }
div.DivClassName
{
background-color: #B73C72;
}
.BgClassName
{
background-color: #B73C72;
}
</style>
border-color css
<style>
span { border-color: #B73C72; }
span { border-color: rgb(183,60,114); }
td.TdClassName
{
border-color: #B73C72;
}
.TagClassName
{
border-color: #B73C72;
}
</style>