Shades of Royal Heath #B3597F
Tints of Royal Heath #B3597F
RGB
CMYK
RGB Variations
Color information
#B3597F (or 0xB3597F) is known color: Royal Heath. HEX triplet: B3, 59 and 7F. RGB value is (179,89,127). Sum of RGB (Red+Green+Blue) = 179+89+127=395 (52% of max value = 765). Red value is 179 (70.31% from 255 or 45.32% from 395); Green value is 89 (35.16% from 255 or 22.53% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 179 - color contains mainly: red. Hex color #B3597F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3597F is #4CA680. Grayscale: #787878. Windows color (decimal): -5023361 or 8346035. OLE color: 8346035.
HSL color Cylindrical-coordinate representation of color #B3597F: hue angle of 334.67º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B3597F is Cyan = 0, Magento = 0.50, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 89 | 127 | - |
| CMYK | 0 | 0.50 | 0.29 | 0.30 |
| HSL | 334.67º | 0.37% | 0.53% | - |
| HSV(B) | 334.67º | 0.5% | 0.7% | - |
| XYZ | 25.99 | 18.26 | 22.23 | - |
| YUV | 120.24 | 131.82 | 169.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 89 | 127 | 0 | 0.50 | 0.29 | 0.30 | 334.67 | 0.37 | 0.53 |
| Hex | B3 | 59 | 7F | 0 | 32 | 1D | 1E | 14F | 25 | 35 |
| Octal | 263 | 131 | 177 | 0 | 62 | 35 | 36 | 517 | 45 | 65 |
| Binary | 10110011 | 1011001 | 1111111 | 0 | 110010 | 11101 | 11110 | 101001111 | 100101 | 110101 |
Color Harmonies of #B3597F
Complementary color
Monochromatic Colors of #B3597F
Black with #B3597F
Text Example
Text Example
White with #B3597F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3597F; }
p { color: rgb(179,89,127); }
H1.HeaderClassName
{
color: #B3597F;
}
.AnyTagClassName
{
color: #B3597F;
}
</style>
background-color css
<style>
a { background-color: #B3597F; }
a { background-color: rgb(179,89,127); }
div.DivClassName
{
background-color: #B3597F;
}
.BgClassName
{
background-color: #B3597F;
}
</style>
border-color css
<style>
span { border-color: #B3597F; }
span { border-color: rgb(179,89,127); }
td.TdClassName
{
border-color: #B3597F;
}
.TagClassName
{
border-color: #B3597F;
}
</style>