Shades of Royal Heath #B64978
Tints of Royal Heath #B64978
RGB
CMYK
RGB Variations
Color information
#B64978 (or 0xB64978) is known color: Royal Heath. HEX triplet: B6, 49 and 78. RGB value is (182,73,120). Sum of RGB (Red+Green+Blue) = 182+73+120=375 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.53% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 182 - color contains mainly: red. Hex color #B64978 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64978 is #49B687. Grayscale: #6E6E6E. Windows color (decimal): -4830856 or 7883190. OLE color: 7883190.
HSL color Cylindrical-coordinate representation of color #B64978: hue angle of 334.13º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B64978 is Cyan = 0, Magento = 0.60, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 73 | 120 | - |
| CMYK | 0 | 0.60 | 0.34 | 0.29 |
| HSL | 334.13º | 0.43% | 0.5% | - |
| HSV(B) | 334.13º | 0.6% | 0.71% | - |
| XYZ | 25.06 | 16.07 | 19.55 | - |
| YUV | 110.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 73 | 120 | 0 | 0.60 | 0.34 | 0.29 | 334.13 | 0.43 | 0.5 |
| Hex | B6 | 49 | 78 | 0 | 3C | 22 | 1D | 14E | 2B | 32 |
| Octal | 266 | 111 | 170 | 0 | 74 | 42 | 35 | 516 | 53 | 62 |
| Binary | 10110110 | 1001001 | 1111000 | 0 | 111100 | 100010 | 11101 | 101001110 | 101011 | 110010 |
Color Harmonies of #B64978
Complementary color
Monochromatic Colors of #B64978
Black with #B64978
Text Example
Text Example
White with #B64978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64978; }
p { color: rgb(182,73,120); }
H1.HeaderClassName
{
color: #B64978;
}
.AnyTagClassName
{
color: #B64978;
}
</style>
background-color css
<style>
a { background-color: #B64978; }
a { background-color: rgb(182,73,120); }
div.DivClassName
{
background-color: #B64978;
}
.BgClassName
{
background-color: #B64978;
}
</style>
border-color css
<style>
span { border-color: #B64978; }
span { border-color: rgb(182,73,120); }
td.TdClassName
{
border-color: #B64978;
}
.TagClassName
{
border-color: #B64978;
}
</style>