Shades of Royal Heath #B54781
Tints of Royal Heath #B54781
RGB
CMYK
RGB Variations
Color information
#B54781 (or 0xB54781) is known color: Royal Heath. HEX triplet: B5, 47 and 81. RGB value is (181,71,129). Sum of RGB (Red+Green+Blue) = 181+71+129=381 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.51% from 381); Green value is 71 (28.12% from 255 or 18.64% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 181 - color contains mainly: red. Hex color #B54781 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B54781 is #4AB87E. Grayscale: #6E6E6E. Windows color (decimal): -4896895 or 8472501. OLE color: 8472501.
HSL color Cylindrical-coordinate representation of color #B54781: hue angle of 328.36º 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 #B54781 is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 71 | 129 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.29 |
| HSL | 328.36º | 0.44% | 0.49% | - |
| HSV(B) | 328.36º | 0.61% | 0.71% | - |
| XYZ | 25.27 | 15.92 | 22.51 | - |
| YUV | 110.5 | 138.44 | 178.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 71 | 129 | 0 | 0.61 | 0.29 | 0.29 | 328.36 | 0.44 | 0.49 |
| Hex | B5 | 47 | 81 | 0 | 3D | 1D | 1D | 148 | 2C | 31 |
| Octal | 265 | 107 | 201 | 0 | 75 | 35 | 35 | 510 | 54 | 61 |
| Binary | 10110101 | 1000111 | 10000001 | 0 | 111101 | 11101 | 11101 | 101001000 | 101100 | 110001 |
Color Harmonies of #B54781
Complementary color
Monochromatic Colors of #B54781
Black with #B54781
Text Example
Text Example
White with #B54781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B54781; }
p { color: rgb(181,71,129); }
H1.HeaderClassName
{
color: #B54781;
}
.AnyTagClassName
{
color: #B54781;
}
</style>
background-color css
<style>
a { background-color: #B54781; }
a { background-color: rgb(181,71,129); }
div.DivClassName
{
background-color: #B54781;
}
.BgClassName
{
background-color: #B54781;
}
</style>
border-color css
<style>
span { border-color: #B54781; }
span { border-color: rgb(181,71,129); }
td.TdClassName
{
border-color: #B54781;
}
.TagClassName
{
border-color: #B54781;
}
</style>