Shades of Royal Heath #B54779
Tints of Royal Heath #B54779
RGB
CMYK
RGB Variations
Color information
#B54779 (or 0xB54779) is known color: Royal Heath. HEX triplet: B5, 47 and 79. RGB value is (181,71,121). Sum of RGB (Red+Green+Blue) = 181+71+121=373 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.53% from 373); Green value is 71 (28.12% from 255 or 19.03% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 181 - color contains mainly: red. Hex color #B54779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54779 is #4AB886. Grayscale: #6D6D6D. Windows color (decimal): -4896903 or 7948213. OLE color: 7948213.
HSL color Cylindrical-coordinate representation of color #B54779: hue angle of 332.73º 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 #B54779 is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 121 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.29 |
| HSL | 332.73º | 0.44% | 0.49% | - |
| HSV(B) | 332.73º | 0.61% | 0.71% | - |
| XYZ | 24.76 | 15.71 | 19.82 | - |
| YUV | 109.59 | 134.44 | 178.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 121 | 0 | 0.61 | 0.33 | 0.29 | 332.73 | 0.44 | 0.49 |
| Hex | B5 | 47 | 79 | 0 | 3D | 21 | 1D | 14D | 2C | 31 |
| Octal | 265 | 107 | 171 | 0 | 75 | 41 | 35 | 515 | 54 | 61 |
| Binary | 10110101 | 1000111 | 1111001 | 0 | 111101 | 100001 | 11101 | 101001101 | 101100 | 110001 |
Color Harmonies of #B54779
Complementary color
Monochromatic Colors of #B54779
Black with #B54779
Text Example
Text Example
White with #B54779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54779; }
p { color: rgb(181,71,121); }
H1.HeaderClassName
{
color: #B54779;
}
.AnyTagClassName
{
color: #B54779;
}
</style>
background-color css
<style>
a { background-color: #B54779; }
a { background-color: rgb(181,71,121); }
div.DivClassName
{
background-color: #B54779;
}
.BgClassName
{
background-color: #B54779;
}
</style>
border-color css
<style>
span { border-color: #B54779; }
span { border-color: rgb(181,71,121); }
td.TdClassName
{
border-color: #B54779;
}
.TagClassName
{
border-color: #B54779;
}
</style>