Shades of Royal Heath #B33F74
Tints of Royal Heath #B33F74
RGB
CMYK
RGB Variations
Color information
#B33F74 (or 0xB33F74) is known color: Royal Heath. HEX triplet: B3, 3F and 74. RGB value is (179,63,116). Sum of RGB (Red+Green+Blue) = 179+63+116=358 (47% of max value = 765). Red value is 179 (70.31% from 255 or 50% from 358); Green value is 63 (25% from 255 or 17.60% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 179 - color contains mainly: red. Hex color #B33F74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B33F74 is #4CC08B. Grayscale: #676767. Windows color (decimal): -5030028 or 7618483. OLE color: 7618483.
HSL color Cylindrical-coordinate representation of color #B33F74: hue angle of 332.59º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B33F74 is Cyan = 0, Magento = 0.65, Yellow = 0.35 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 63 | 116 | - |
| CMYK | 0 | 0.65 | 0.35 | 0.30 |
| HSL | 332.59º | 0.48% | 0.47% | - |
| HSV(B) | 332.59º | 0.65% | 0.7% | - |
| XYZ | 23.52 | 14.4 | 18.06 | - |
| YUV | 103.73 | 134.93 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 63 | 116 | 0 | 0.65 | 0.35 | 0.30 | 332.59 | 0.48 | 0.47 |
| Hex | B3 | 3F | 74 | 0 | 41 | 23 | 1E | 14D | 30 | 2F |
| Octal | 263 | 77 | 164 | 0 | 101 | 43 | 36 | 515 | 60 | 57 |
| Binary | 10110011 | 111111 | 1110100 | 0 | 1000001 | 100011 | 11110 | 101001101 | 110000 | 101111 |
Color Harmonies of #B33F74
Complementary color
Monochromatic Colors of #B33F74
Black with #B33F74
Text Example
Text Example
White with #B33F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33F74; }
p { color: rgb(179,63,116); }
H1.HeaderClassName
{
color: #B33F74;
}
.AnyTagClassName
{
color: #B33F74;
}
</style>
background-color css
<style>
a { background-color: #B33F74; }
a { background-color: rgb(179,63,116); }
div.DivClassName
{
background-color: #B33F74;
}
.BgClassName
{
background-color: #B33F74;
}
</style>
border-color css
<style>
span { border-color: #B33F74; }
span { border-color: rgb(179,63,116); }
td.TdClassName
{
border-color: #B33F74;
}
.TagClassName
{
border-color: #B33F74;
}
</style>