Shades of Royal Heath #BE597A
Tints of Royal Heath #BE597A
RGB
CMYK
RGB Variations
Color information
#BE597A (or 0xBE597A) is known color: Royal Heath. HEX triplet: BE, 59 and 7A. RGB value is (190,89,122). Sum of RGB (Red+Green+Blue) = 190+89+122=401 (53% of max value = 765). Red value is 190 (74.61% from 255 or 47.38% from 401); Green value is 89 (35.16% from 255 or 22.19% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 190 - color contains mainly: red. Hex color #BE597A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BE597A is #41A685. Grayscale: #7A7A7A. Windows color (decimal): -4302470 or 8018366. OLE color: 8018366.
HSL color Cylindrical-coordinate representation of color #BE597A: hue angle of 340.4º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BE597A is Cyan = 0, Magento = 0.53, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 89 | 122 | - |
| CMYK | 0 | 0.53 | 0.36 | 0.25 |
| HSL | 340.4º | 0.44% | 0.55% | - |
| HSV(B) | 340.4º | 0.53% | 0.75% | - |
| XYZ | 28.32 | 19.5 | 20.68 | - |
| YUV | 122.96 | 127.46 | 175.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 89 | 122 | 0 | 0.53 | 0.36 | 0.25 | 340.4 | 0.44 | 0.55 |
| Hex | BE | 59 | 7A | 0 | 35 | 24 | 19 | 154 | 2C | 37 |
| Octal | 276 | 131 | 172 | 0 | 65 | 44 | 31 | 524 | 54 | 67 |
| Binary | 10111110 | 1011001 | 1111010 | 0 | 110101 | 100100 | 11001 | 101010100 | 101100 | 110111 |
Color Harmonies of #BE597A
Complementary color
Monochromatic Colors of #BE597A
Black with #BE597A
Text Example
Text Example
White with #BE597A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE597A; }
p { color: rgb(190,89,122); }
H1.HeaderClassName
{
color: #BE597A;
}
.AnyTagClassName
{
color: #BE597A;
}
</style>
background-color css
<style>
a { background-color: #BE597A; }
a { background-color: rgb(190,89,122); }
div.DivClassName
{
background-color: #BE597A;
}
.BgClassName
{
background-color: #BE597A;
}
</style>
border-color css
<style>
span { border-color: #BE597A; }
span { border-color: rgb(190,89,122); }
td.TdClassName
{
border-color: #BE597A;
}
.TagClassName
{
border-color: #BE597A;
}
</style>