Shades of Royal Heath #B54079
Tints of Royal Heath #B54079
RGB
CMYK
RGB Variations
Color information
#B54079 (or 0xB54079) is known color: Royal Heath. HEX triplet: B5, 40 and 79. RGB value is (181,64,121). Sum of RGB (Red+Green+Blue) = 181+64+121=366 (48% of max value = 765). Red value is 181 (71.09% from 255 or 49.45% from 366); Green value is 64 (25.39% from 255 or 17.49% from 366); Blue value is 121 (47.66% from 255 or 33.06% from 366); Max value from RGB is 181 - color contains mainly: red. Hex color #B54079 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B54079 is #4ABF86. Grayscale: #696969. Windows color (decimal): -4898695 or 7946421. OLE color: 7946421.
HSL color Cylindrical-coordinate representation of color #B54079: hue angle of 330.77º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B54079 is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 64 | 121 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.29 |
| HSL | 330.77º | 0.48% | 0.48% | - |
| HSV(B) | 330.77º | 0.65% | 0.71% | - |
| XYZ | 24.34 | 14.87 | 19.68 | - |
| YUV | 105.48 | 136.76 | 181.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 64 | 121 | 0 | 0.65 | 0.33 | 0.29 | 330.77 | 0.48 | 0.48 |
| Hex | B5 | 40 | 79 | 0 | 41 | 21 | 1D | 14B | 30 | 30 |
| Octal | 265 | 100 | 171 | 0 | 101 | 41 | 35 | 513 | 60 | 60 |
| Binary | 10110101 | 1000000 | 1111001 | 0 | 1000001 | 100001 | 11101 | 101001011 | 110000 | 110000 |
Color Harmonies of #B54079
Complementary color
Monochromatic Colors of #B54079
Black with #B54079
Text Example
Text Example
White with #B54079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54079; }
p { color: rgb(181,64,121); }
H1.HeaderClassName
{
color: #B54079;
}
.AnyTagClassName
{
color: #B54079;
}
</style>
background-color css
<style>
a { background-color: #B54079; }
a { background-color: rgb(181,64,121); }
div.DivClassName
{
background-color: #B54079;
}
.BgClassName
{
background-color: #B54079;
}
</style>
border-color css
<style>
span { border-color: #B54079; }
span { border-color: rgb(181,64,121); }
td.TdClassName
{
border-color: #B54079;
}
.TagClassName
{
border-color: #B54079;
}
</style>