Shades of Royal Heath #B74A7E
Tints of Royal Heath #B74A7E
RGB
CMYK
RGB Variations
Color information
#B74A7E (or 0xB74A7E) is known color: Royal Heath. HEX triplet: B7, 4A and 7E. RGB value is (183,74,126). Sum of RGB (Red+Green+Blue) = 183+74+126=383 (50% of max value = 765). Red value is 183 (71.88% from 255 or 47.78% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 183 - color contains mainly: red. Hex color #B74A7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74A7E is #48B581. Grayscale: #707070. Windows color (decimal): -4765058 or 8276663. OLE color: 8276663.
HSL color Cylindrical-coordinate representation of color #B74A7E: hue angle of 331.38º 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 #B74A7E is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 74 | 126 | - |
| CMYK | 0 | 0.60 | 0.31 | 0.28 |
| HSL | 331.38º | 0.43% | 0.5% | - |
| HSV(B) | 331.38º | 0.6% | 0.72% | - |
| XYZ | 25.74 | 16.47 | 21.56 | - |
| YUV | 112.52 | 135.61 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 74 | 126 | 0 | 0.60 | 0.31 | 0.28 | 331.38 | 0.43 | 0.5 |
| Hex | B7 | 4A | 7E | 0 | 3C | 1F | 1C | 14B | 2B | 32 |
| Octal | 267 | 112 | 176 | 0 | 74 | 37 | 34 | 513 | 53 | 62 |
| Binary | 10110111 | 1001010 | 1111110 | 0 | 111100 | 11111 | 11100 | 101001011 | 101011 | 110010 |
Color Harmonies of #B74A7E
Complementary color
Monochromatic Colors of #B74A7E
Black with #B74A7E
Text Example
Text Example
White with #B74A7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74A7E; }
p { color: rgb(183,74,126); }
H1.HeaderClassName
{
color: #B74A7E;
}
.AnyTagClassName
{
color: #B74A7E;
}
</style>
background-color css
<style>
a { background-color: #B74A7E; }
a { background-color: rgb(183,74,126); }
div.DivClassName
{
background-color: #B74A7E;
}
.BgClassName
{
background-color: #B74A7E;
}
</style>
border-color css
<style>
span { border-color: #B74A7E; }
span { border-color: rgb(183,74,126); }
td.TdClassName
{
border-color: #B74A7E;
}
.TagClassName
{
border-color: #B74A7E;
}
</style>