Shades of Royal Heath #B3497F
Tints of Royal Heath #B3497F
RGB
CMYK
RGB Variations
Color information
#B3497F (or 0xB3497F) is known color: Royal Heath. HEX triplet: B3, 49 and 7F. RGB value is (179,73,127). Sum of RGB (Red+Green+Blue) = 179+73+127=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 127 (50% from 255 or 33.51% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B3497F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3497F is #4CB680. Grayscale: #6E6E6E. Windows color (decimal): -5027457 or 8341939. OLE color: 8341939.
HSL color Cylindrical-coordinate representation of color #B3497F: hue angle of 329.43º degrees, saturation: 0.42, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #B3497F is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 127 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.30 |
| HSL | 329.43º | 0.42% | 0.49% | - |
| HSV(B) | 329.43º | 0.59% | 0.7% | - |
| XYZ | 24.8 | 15.88 | 21.84 | - |
| YUV | 110.85 | 137.12 | 176.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 127 | 0 | 0.59 | 0.29 | 0.30 | 329.43 | 0.42 | 0.49 |
| Hex | B3 | 49 | 7F | 0 | 3B | 1D | 1E | 149 | 2A | 31 |
| Octal | 263 | 111 | 177 | 0 | 73 | 35 | 36 | 511 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1111111 | 0 | 111011 | 11101 | 11110 | 101001001 | 101010 | 110001 |
Color Harmonies of #B3497F
Complementary color
Monochromatic Colors of #B3497F
Black with #B3497F
Text Example
Text Example
White with #B3497F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3497F; }
p { color: rgb(179,73,127); }
H1.HeaderClassName
{
color: #B3497F;
}
.AnyTagClassName
{
color: #B3497F;
}
</style>
background-color css
<style>
a { background-color: #B3497F; }
a { background-color: rgb(179,73,127); }
div.DivClassName
{
background-color: #B3497F;
}
.BgClassName
{
background-color: #B3497F;
}
</style>
border-color css
<style>
span { border-color: #B3497F; }
span { border-color: rgb(179,73,127); }
td.TdClassName
{
border-color: #B3497F;
}
.TagClassName
{
border-color: #B3497F;
}
</style>