Shades of Royal Heath #B74674
Tints of Royal Heath #B74674
RGB
CMYK
RGB Variations
Color information
#B74674 (or 0xB74674) is known color: Royal Heath. HEX triplet: B7, 46 and 74. RGB value is (183,70,116). Sum of RGB (Red+Green+Blue) = 183+70+116=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 70 (27.73% from 255 or 18.97% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B74674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74674 is #48B98B. Grayscale: #6C6C6C. Windows color (decimal): -4766092 or 7620279. OLE color: 7620279.
HSL color Cylindrical-coordinate representation of color #B74674: hue angle of 335.58º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B74674 is Cyan = 0, Magento = 0.62, Yellow = 0.37 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 70 | 116 | - |
| CMYK | 0 | 0.62 | 0.37 | 0.28 |
| HSL | 335.58º | 0.45% | 0.5% | - |
| HSV(B) | 335.58º | 0.62% | 0.72% | - |
| XYZ | 24.87 | 15.71 | 18.24 | - |
| YUV | 109.03 | 131.94 | 180.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 70 | 116 | 0 | 0.62 | 0.37 | 0.28 | 335.58 | 0.45 | 0.5 |
| Hex | B7 | 46 | 74 | 0 | 3E | 25 | 1C | 150 | 2D | 32 |
| Octal | 267 | 106 | 164 | 0 | 76 | 45 | 34 | 520 | 55 | 62 |
| Binary | 10110111 | 1000110 | 1110100 | 0 | 111110 | 100101 | 11100 | 101010000 | 101101 | 110010 |
Color Harmonies of #B74674
Complementary color
Monochromatic Colors of #B74674
Black with #B74674
Text Example
Text Example
White with #B74674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74674; }
p { color: rgb(183,70,116); }
H1.HeaderClassName
{
color: #B74674;
}
.AnyTagClassName
{
color: #B74674;
}
</style>
background-color css
<style>
a { background-color: #B74674; }
a { background-color: rgb(183,70,116); }
div.DivClassName
{
background-color: #B74674;
}
.BgClassName
{
background-color: #B74674;
}
</style>
border-color css
<style>
span { border-color: #B74674; }
span { border-color: rgb(183,70,116); }
td.TdClassName
{
border-color: #B74674;
}
.TagClassName
{
border-color: #B74674;
}
</style>