Shades of Royal Heath #B54679
Tints of Royal Heath #B54679
RGB
CMYK
RGB Variations
Color information
#B54679 (or 0xB54679) is known color: Royal Heath. HEX triplet: B5, 46 and 79. RGB value is (181,70,121). Sum of RGB (Red+Green+Blue) = 181+70+121=372 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.66% from 372); Green value is 70 (27.73% from 255 or 18.82% from 372); Blue value is 121 (47.66% from 255 or 32.53% from 372); Max value from RGB is 181 - color contains mainly: red. Hex color #B54679 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54679 is #4AB986. Grayscale: #6C6C6C. Windows color (decimal): -4897159 or 7947957. OLE color: 7947957.
HSL color Cylindrical-coordinate representation of color #B54679: hue angle of 332.43º degrees, saturation: 0.44, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B54679 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 70 | 121 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.29 |
| HSL | 332.43º | 0.44% | 0.49% | - |
| HSV(B) | 332.43º | 0.61% | 0.71% | - |
| XYZ | 24.7 | 15.58 | 19.8 | - |
| YUV | 109 | 134.77 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 70 | 121 | 0 | 0.61 | 0.33 | 0.29 | 332.43 | 0.44 | 0.49 |
| Hex | B5 | 46 | 79 | 0 | 3D | 21 | 1D | 14C | 2C | 31 |
| Octal | 265 | 106 | 171 | 0 | 75 | 41 | 35 | 514 | 54 | 61 |
| Binary | 10110101 | 1000110 | 1111001 | 0 | 111101 | 100001 | 11101 | 101001100 | 101100 | 110001 |
Color Harmonies of #B54679
Complementary color
Monochromatic Colors of #B54679
Black with #B54679
Text Example
Text Example
White with #B54679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54679; }
p { color: rgb(181,70,121); }
H1.HeaderClassName
{
color: #B54679;
}
.AnyTagClassName
{
color: #B54679;
}
</style>
background-color css
<style>
a { background-color: #B54679; }
a { background-color: rgb(181,70,121); }
div.DivClassName
{
background-color: #B54679;
}
.BgClassName
{
background-color: #B54679;
}
</style>
border-color css
<style>
span { border-color: #B54679; }
span { border-color: rgb(181,70,121); }
td.TdClassName
{
border-color: #B54679;
}
.TagClassName
{
border-color: #B54679;
}
</style>