Shades of Royal Heath #B35780
Tints of Royal Heath #B35780
RGB
CMYK
RGB Variations
Color information
#B35780 (or 0xB35780) is known color: Royal Heath. HEX triplet: B3, 57 and 80. RGB value is (179,87,128). Sum of RGB (Red+Green+Blue) = 179+87+128=394 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.43% from 394); Green value is 87 (34.38% from 255 or 22.08% from 394); Blue value is 128 (50.39% from 255 or 32.49% from 394); Max value from RGB is 179 - color contains mainly: red. Hex color #B35780 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #B35780 is #4CA87F. Grayscale: #777777. Windows color (decimal): -5023872 or 8411059. OLE color: 8411059.
HSL color Cylindrical-coordinate representation of color #B35780: hue angle of 333.26º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B35780 is Cyan = 0, Magento = 0.51, Yellow = 0.28 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 87 | 128 | - |
| CMYK | 0 | 0.51 | 0.28 | 0.30 |
| HSL | 333.26º | 0.38% | 0.52% | - |
| HSV(B) | 333.26º | 0.51% | 0.7% | - |
| XYZ | 25.89 | 17.96 | 22.52 | - |
| YUV | 119.18 | 132.98 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 128 | 0 | 0.51 | 0.28 | 0.30 | 333.26 | 0.38 | 0.52 |
| Hex | B3 | 57 | 80 | 0 | 33 | 1C | 1E | 14D | 26 | 34 |
| Octal | 263 | 127 | 200 | 0 | 63 | 34 | 36 | 515 | 46 | 64 |
| Binary | 10110011 | 1010111 | 10000000 | 0 | 110011 | 11100 | 11110 | 101001101 | 100110 | 110100 |
Color Harmonies of #B35780
Complementary color
Monochromatic Colors of #B35780
Black with #B35780
Text Example
Text Example
White with #B35780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B35780; }
p { color: rgb(179,87,128); }
H1.HeaderClassName
{
color: #B35780;
}
.AnyTagClassName
{
color: #B35780;
}
</style>
background-color css
<style>
a { background-color: #B35780; }
a { background-color: rgb(179,87,128); }
div.DivClassName
{
background-color: #B35780;
}
.BgClassName
{
background-color: #B35780;
}
</style>
border-color css
<style>
span { border-color: #B35780; }
span { border-color: rgb(179,87,128); }
td.TdClassName
{
border-color: #B35780;
}
.TagClassName
{
border-color: #B35780;
}
</style>