Shades of Royal Heath #B64779
Tints of Royal Heath #B64779
RGB
CMYK
RGB Variations
Color information
#B64779 (or 0xB64779) is known color: Royal Heath. HEX triplet: B6, 47 and 79. RGB value is (182,71,121). Sum of RGB (Red+Green+Blue) = 182+71+121=374 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.66% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 182 - color contains mainly: red. Hex color #B64779 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B64779 is #49B886. Grayscale: #6D6D6D. Windows color (decimal): -4831367 or 7948214. OLE color: 7948214.
HSL color Cylindrical-coordinate representation of color #B64779: hue angle of 332.97º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B64779 is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 71 | 121 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.29 |
| HSL | 332.97º | 0.44% | 0.5% | - |
| HSV(B) | 332.97º | 0.61% | 0.71% | - |
| XYZ | 25 | 15.83 | 19.83 | - |
| YUV | 109.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 71 | 121 | 0 | 0.61 | 0.34 | 0.29 | 332.97 | 0.44 | 0.5 |
| Hex | B6 | 47 | 79 | 0 | 3D | 22 | 1D | 14D | 2C | 32 |
| Octal | 266 | 107 | 171 | 0 | 75 | 42 | 35 | 515 | 54 | 62 |
| Binary | 10110110 | 1000111 | 1111001 | 0 | 111101 | 100010 | 11101 | 101001101 | 101100 | 110010 |
Color Harmonies of #B64779
Complementary color
Monochromatic Colors of #B64779
Black with #B64779
Text Example
Text Example
White with #B64779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64779; }
p { color: rgb(182,71,121); }
H1.HeaderClassName
{
color: #B64779;
}
.AnyTagClassName
{
color: #B64779;
}
</style>
background-color css
<style>
a { background-color: #B64779; }
a { background-color: rgb(182,71,121); }
div.DivClassName
{
background-color: #B64779;
}
.BgClassName
{
background-color: #B64779;
}
</style>
border-color css
<style>
span { border-color: #B64779; }
span { border-color: rgb(182,71,121); }
td.TdClassName
{
border-color: #B64779;
}
.TagClassName
{
border-color: #B64779;
}
</style>