Shades of Royal Heath #B24079
Tints of Royal Heath #B24079
RGB
CMYK
RGB Variations
Color information
#B24079 (or 0xB24079) is known color: Royal Heath. HEX triplet: B2, 40 and 79. RGB value is (178,64,121). Sum of RGB (Red+Green+Blue) = 178+64+121=363 (48% of max value = 765). Red value is 178 (69.92% from 255 or 49.04% from 363); Green value is 64 (25.39% from 255 or 17.63% from 363); Blue value is 121 (47.66% from 255 or 33.33% from 363); Max value from RGB is 178 - color contains mainly: red. Hex color #B24079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B24079 is #4DBF86. Grayscale: #686868. Windows color (decimal): -5095303 or 7946418. OLE color: 7946418.
HSL color Cylindrical-coordinate representation of color #B24079: hue angle of 330º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B24079 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 64 | 121 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.30 |
| HSL | 330º | 0.47% | 0.47% | - |
| HSV(B) | 330º | 0.64% | 0.7% | - |
| XYZ | 23.64 | 14.51 | 19.64 | - |
| YUV | 104.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 64 | 121 | 0 | 0.64 | 0.32 | 0.30 | 330 | 0.47 | 0.47 |
| Hex | B2 | 40 | 79 | 0 | 40 | 20 | 1E | 14A | 2F | 2F |
| Octal | 262 | 100 | 171 | 0 | 100 | 40 | 36 | 512 | 57 | 57 |
| Binary | 10110010 | 1000000 | 1111001 | 0 | 1000000 | 100000 | 11110 | 101001010 | 101111 | 101111 |
Color Harmonies of #B24079
Complementary color
Monochromatic Colors of #B24079
Black with #B24079
Text Example
Text Example
White with #B24079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B24079; }
p { color: rgb(178,64,121); }
H1.HeaderClassName
{
color: #B24079;
}
.AnyTagClassName
{
color: #B24079;
}
</style>
background-color css
<style>
a { background-color: #B24079; }
a { background-color: rgb(178,64,121); }
div.DivClassName
{
background-color: #B24079;
}
.BgClassName
{
background-color: #B24079;
}
</style>
border-color css
<style>
span { border-color: #B24079; }
span { border-color: rgb(178,64,121); }
td.TdClassName
{
border-color: #B24079;
}
.TagClassName
{
border-color: #B24079;
}
</style>