Shades of Royal Heath #B35978
Tints of Royal Heath #B35978
RGB
CMYK
RGB Variations
Color information
#B35978 (or 0xB35978) is known color: Royal Heath. HEX triplet: B3, 59 and 78. RGB value is (179,89,120). Sum of RGB (Red+Green+Blue) = 179+89+120=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B35978 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B35978 is #4CA687. Grayscale: #777777. Windows color (decimal): -5023368 or 7887283. OLE color: 7887283.
HSL color Cylindrical-coordinate representation of color #B35978: hue angle of 339.33º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B35978 is Cyan = 0, Magento = 0.50, Yellow = 0.33 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 120 | - |
| CMYK | 0 | 0.50 | 0.33 | 0.30 |
| HSL | 339.33º | 0.37% | 0.53% | - |
| HSV(B) | 339.33º | 0.5% | 0.7% | - |
| XYZ | 25.55 | 18.08 | 19.91 | - |
| YUV | 119.44 | 128.32 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 120 | 0 | 0.50 | 0.33 | 0.30 | 339.33 | 0.37 | 0.53 |
| Hex | B3 | 59 | 78 | 0 | 32 | 21 | 1E | 153 | 25 | 35 |
| Octal | 263 | 131 | 170 | 0 | 62 | 41 | 36 | 523 | 45 | 65 |
| Binary | 10110011 | 1011001 | 1111000 | 0 | 110010 | 100001 | 11110 | 101010011 | 100101 | 110101 |
Color Harmonies of #B35978
Complementary color
Monochromatic Colors of #B35978
Black with #B35978
Text Example
Text Example
White with #B35978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35978; }
p { color: rgb(179,89,120); }
H1.HeaderClassName
{
color: #B35978;
}
.AnyTagClassName
{
color: #B35978;
}
</style>
background-color css
<style>
a { background-color: #B35978; }
a { background-color: rgb(179,89,120); }
div.DivClassName
{
background-color: #B35978;
}
.BgClassName
{
background-color: #B35978;
}
</style>
border-color css
<style>
span { border-color: #B35978; }
span { border-color: rgb(179,89,120); }
td.TdClassName
{
border-color: #B35978;
}
.TagClassName
{
border-color: #B35978;
}
</style>