Shades of Royal Heath #B3497D
Tints of Royal Heath #B3497D
RGB
CMYK
RGB Variations
Color information
#B3497D (or 0xB3497D) is known color: Royal Heath. HEX triplet: B3, 49 and 7D. RGB value is (179,73,125). Sum of RGB (Red+Green+Blue) = 179+73+125=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3497D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3497D is #4CB682. Grayscale: #6E6E6E. Windows color (decimal): -5027459 or 8210867. OLE color: 8210867.
HSL color Cylindrical-coordinate representation of color #B3497D: hue angle of 330.57º 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 #B3497D is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 73 | 125 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.30 |
| HSL | 330.57º | 0.42% | 0.49% | - |
| HSV(B) | 330.57º | 0.59% | 0.7% | - |
| XYZ | 24.67 | 15.83 | 21.16 | - |
| YUV | 110.62 | 136.12 | 176.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 73 | 125 | 0 | 0.59 | 0.30 | 0.30 | 330.57 | 0.42 | 0.49 |
| Hex | B3 | 49 | 7D | 0 | 3B | 1E | 1E | 14B | 2A | 31 |
| Octal | 263 | 111 | 175 | 0 | 73 | 36 | 36 | 513 | 52 | 61 |
| Binary | 10110011 | 1001001 | 1111101 | 0 | 111011 | 11110 | 11110 | 101001011 | 101010 | 110001 |
Color Harmonies of #B3497D
Complementary color
Monochromatic Colors of #B3497D
Black with #B3497D
Text Example
Text Example
White with #B3497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3497D; }
p { color: rgb(179,73,125); }
H1.HeaderClassName
{
color: #B3497D;
}
.AnyTagClassName
{
color: #B3497D;
}
</style>
background-color css
<style>
a { background-color: #B3497D; }
a { background-color: rgb(179,73,125); }
div.DivClassName
{
background-color: #B3497D;
}
.BgClassName
{
background-color: #B3497D;
}
</style>
border-color css
<style>
span { border-color: #B3497D; }
span { border-color: rgb(179,73,125); }
td.TdClassName
{
border-color: #B3497D;
}
.TagClassName
{
border-color: #B3497D;
}
</style>