Shades of Royal Heath #B74279
Tints of Royal Heath #B74279
RGB
CMYK
RGB Variations
Color information
#B74279 (or 0xB74279) is known color: Royal Heath. HEX triplet: B7, 42 and 79. RGB value is (183,66,121). Sum of RGB (Red+Green+Blue) = 183+66+121=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 66 (26.17% from 255 or 17.84% from 370); Blue value is 121 (47.66% from 255 or 32.70% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B74279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74279 is #48BD86. Grayscale: #6B6B6B. Windows color (decimal): -4767111 or 7946935. OLE color: 7946935.
HSL color Cylindrical-coordinate representation of color #B74279: hue angle of 331.79º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74279 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 121 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.28 |
| HSL | 331.79º | 0.47% | 0.49% | - |
| HSV(B) | 331.79º | 0.64% | 0.72% | - |
| XYZ | 24.93 | 15.34 | 19.74 | - |
| YUV | 107.25 | 135.76 | 182.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 121 | 0 | 0.64 | 0.34 | 0.28 | 331.79 | 0.47 | 0.49 |
| Hex | B7 | 42 | 79 | 0 | 40 | 22 | 1C | 14C | 2F | 31 |
| Octal | 267 | 102 | 171 | 0 | 100 | 42 | 34 | 514 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1111001 | 0 | 1000000 | 100010 | 11100 | 101001100 | 101111 | 110001 |
Color Harmonies of #B74279
Complementary color
Monochromatic Colors of #B74279
Black with #B74279
Text Example
Text Example
White with #B74279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74279; }
p { color: rgb(183,66,121); }
H1.HeaderClassName
{
color: #B74279;
}
.AnyTagClassName
{
color: #B74279;
}
</style>
background-color css
<style>
a { background-color: #B74279; }
a { background-color: rgb(183,66,121); }
div.DivClassName
{
background-color: #B74279;
}
.BgClassName
{
background-color: #B74279;
}
</style>
border-color css
<style>
span { border-color: #B74279; }
span { border-color: rgb(183,66,121); }
td.TdClassName
{
border-color: #B74279;
}
.TagClassName
{
border-color: #B74279;
}
</style>