Shades of Royal Heath #B33773
Tints of Royal Heath #B33773
RGB
CMYK
RGB Variations
Color information
#B33773 (or 0xB33773) is known color: Royal Heath. HEX triplet: B3, 37 and 73. RGB value is (179,55,115). Sum of RGB (Red+Green+Blue) = 179+55+115=349 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.29% from 349); Green value is 55 (21.88% from 255 or 15.76% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 179 - color contains mainly: red. Hex color #B33773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33773 is #4CC88C. Grayscale: #626262. Windows color (decimal): -5032077 or 7550899. OLE color: 7550899.
HSL color Cylindrical-coordinate representation of color #B33773: hue angle of 330.97º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B33773 is Cyan = 0, Magento = 0.69, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 55 | 115 | - |
| CMYK | 0 | 0.69 | 0.36 | 0.30 |
| HSL | 330.97º | 0.53% | 0.46% | - |
| HSV(B) | 330.97º | 0.69% | 0.7% | - |
| XYZ | 23.05 | 13.55 | 17.62 | - |
| YUV | 98.92 | 137.08 | 185.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 55 | 115 | 0 | 0.69 | 0.36 | 0.30 | 330.97 | 0.53 | 0.46 |
| Hex | B3 | 37 | 73 | 0 | 45 | 24 | 1E | 14B | 35 | 2E |
| Octal | 263 | 67 | 163 | 0 | 105 | 44 | 36 | 513 | 65 | 56 |
| Binary | 10110011 | 110111 | 1110011 | 0 | 1000101 | 100100 | 11110 | 101001011 | 110101 | 101110 |
Color Harmonies of #B33773
Complementary color
Monochromatic Colors of #B33773
Black with #B33773
Text Example
Text Example
White with #B33773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33773; }
p { color: rgb(179,55,115); }
H1.HeaderClassName
{
color: #B33773;
}
.AnyTagClassName
{
color: #B33773;
}
</style>
background-color css
<style>
a { background-color: #B33773; }
a { background-color: rgb(179,55,115); }
div.DivClassName
{
background-color: #B33773;
}
.BgClassName
{
background-color: #B33773;
}
</style>
border-color css
<style>
span { border-color: #B33773; }
span { border-color: rgb(179,55,115); }
td.TdClassName
{
border-color: #B33773;
}
.TagClassName
{
border-color: #B33773;
}
</style>