Shades of Royal Heath #B74A7B
Tints of Royal Heath #B74A7B
RGB
CMYK
RGB Variations
Color information
#B74A7B (or 0xB74A7B) is known color: Royal Heath. HEX triplet: B7, 4A and 7B. RGB value is (183,74,123). Sum of RGB (Red+Green+Blue) = 183+74+123=380 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.16% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A7B is #48B584. Grayscale: #707070. Windows color (decimal): -4765061 or 8080055. OLE color: 8080055.
HSL color Cylindrical-coordinate representation of color #B74A7B: hue angle of 333.03º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74A7B is Cyan = 0, Magento = 0.60, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 123 | - |
| CMYK | 0 | 0.60 | 0.33 | 0.28 |
| HSL | 333.03º | 0.43% | 0.5% | - |
| HSV(B) | 333.03º | 0.6% | 0.72% | - |
| XYZ | 25.55 | 16.39 | 20.56 | - |
| YUV | 112.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 123 | 0 | 0.60 | 0.33 | 0.28 | 333.03 | 0.43 | 0.5 |
| Hex | B7 | 4A | 7B | 0 | 3C | 21 | 1C | 14D | 2B | 32 |
| Octal | 267 | 112 | 173 | 0 | 74 | 41 | 34 | 515 | 53 | 62 |
| Binary | 10110111 | 1001010 | 1111011 | 0 | 111100 | 100001 | 11100 | 101001101 | 101011 | 110010 |
Color Harmonies of #B74A7B
Complementary color
Monochromatic Colors of #B74A7B
Black with #B74A7B
Text Example
Text Example
White with #B74A7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A7B; }
p { color: rgb(183,74,123); }
H1.HeaderClassName
{
color: #B74A7B;
}
.AnyTagClassName
{
color: #B74A7B;
}
</style>
background-color css
<style>
a { background-color: #B74A7B; }
a { background-color: rgb(183,74,123); }
div.DivClassName
{
background-color: #B74A7B;
}
.BgClassName
{
background-color: #B74A7B;
}
</style>
border-color css
<style>
span { border-color: #B74A7B; }
span { border-color: rgb(183,74,123); }
td.TdClassName
{
border-color: #B74A7B;
}
.TagClassName
{
border-color: #B74A7B;
}
</style>