Shades of Royal Heath #B74D7C
Tints of Royal Heath #B74D7C
RGB
CMYK
RGB Variations
Color information
#B74D7C (or 0xB74D7C) is known color: Royal Heath. HEX triplet: B7, 4D and 7C. RGB value is (183,77,124). Sum of RGB (Red+Green+Blue) = 183+77+124=384 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.66% from 384); Green value is 77 (30.47% from 255 or 20.05% from 384); Blue value is 124 (48.83% from 255 or 32.29% from 384); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D7C is #48B283. Grayscale: #717171. Windows color (decimal): -4764292 or 8146359. OLE color: 8146359.
HSL color Cylindrical-coordinate representation of color #B74D7C: hue angle of 333.4º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D7C is Cyan = 0, Magento = 0.58, Yellow = 0.32 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 77 | 124 | - |
| CMYK | 0 | 0.58 | 0.32 | 0.28 |
| HSL | 333.4º | 0.42% | 0.51% | - |
| HSV(B) | 333.4º | 0.58% | 0.72% | - |
| XYZ | 25.82 | 16.83 | 20.96 | - |
| YUV | 114.05 | 133.62 | 177.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 77 | 124 | 0 | 0.58 | 0.32 | 0.28 | 333.4 | 0.42 | 0.51 |
| Hex | B7 | 4D | 7C | 0 | 3A | 20 | 1C | 14D | 2A | 33 |
| Octal | 267 | 115 | 174 | 0 | 72 | 40 | 34 | 515 | 52 | 63 |
| Binary | 10110111 | 1001101 | 1111100 | 0 | 111010 | 100000 | 11100 | 101001101 | 101010 | 110011 |
Color Harmonies of #B74D7C
Complementary color
Monochromatic Colors of #B74D7C
Black with #B74D7C
Text Example
Text Example
White with #B74D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74D7C; }
p { color: rgb(183,77,124); }
H1.HeaderClassName
{
color: #B74D7C;
}
.AnyTagClassName
{
color: #B74D7C;
}
</style>
background-color css
<style>
a { background-color: #B74D7C; }
a { background-color: rgb(183,77,124); }
div.DivClassName
{
background-color: #B74D7C;
}
.BgClassName
{
background-color: #B74D7C;
}
</style>
border-color css
<style>
span { border-color: #B74D7C; }
span { border-color: rgb(183,77,124); }
td.TdClassName
{
border-color: #B74D7C;
}
.TagClassName
{
border-color: #B74D7C;
}
</style>