Shades of Royal Heath #B74778
Tints of Royal Heath #B74778
RGB
CMYK
RGB Variations
Color information
#B74778 (or 0xB74778) is known color: Royal Heath. HEX triplet: B7, 47 and 78. RGB value is (183,71,120). Sum of RGB (Red+Green+Blue) = 183+71+120=374 (49% of max value = 765). Red value is 183 (71.88% from 255 or 48.93% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 120 (47.27% from 255 or 32.09% from 374); Max value from RGB is 183 - color contains mainly: red. Hex color #B74778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74778 is #48B887. Grayscale: #6D6D6D. Windows color (decimal): -4765832 or 7882679. OLE color: 7882679.
HSL color Cylindrical-coordinate representation of color #B74778: hue angle of 333.75º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74778 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 71 | 120 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.28 |
| HSL | 333.75º | 0.44% | 0.5% | - |
| HSV(B) | 333.75º | 0.61% | 0.72% | - |
| XYZ | 25.17 | 15.93 | 19.52 | - |
| YUV | 110.07 | 133.61 | 180.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 71 | 120 | 0 | 0.61 | 0.34 | 0.28 | 333.75 | 0.44 | 0.5 |
| Hex | B7 | 47 | 78 | 0 | 3D | 22 | 1C | 14E | 2C | 32 |
| Octal | 267 | 107 | 170 | 0 | 75 | 42 | 34 | 516 | 54 | 62 |
| Binary | 10110111 | 1000111 | 1111000 | 0 | 111101 | 100010 | 11100 | 101001110 | 101100 | 110010 |
Color Harmonies of #B74778
Complementary color
Monochromatic Colors of #B74778
Black with #B74778
Text Example
Text Example
White with #B74778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74778; }
p { color: rgb(183,71,120); }
H1.HeaderClassName
{
color: #B74778;
}
.AnyTagClassName
{
color: #B74778;
}
</style>
background-color css
<style>
a { background-color: #B74778; }
a { background-color: rgb(183,71,120); }
div.DivClassName
{
background-color: #B74778;
}
.BgClassName
{
background-color: #B74778;
}
</style>
border-color css
<style>
span { border-color: #B74778; }
span { border-color: rgb(183,71,120); }
td.TdClassName
{
border-color: #B74778;
}
.TagClassName
{
border-color: #B74778;
}
</style>