Shades of Royal Heath #B3577D
Tints of Royal Heath #B3577D
RGB
CMYK
RGB Variations
Color information
#B3577D (or 0xB3577D) is known color: Royal Heath. HEX triplet: B3, 57 and 7D. RGB value is (179,87,125). Sum of RGB (Red+Green+Blue) = 179+87+125=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 125 (49.22% from 255 or 31.97% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3577D is #4CA882. Grayscale: #767676. Windows color (decimal): -5023875 or 8214451. OLE color: 8214451.
HSL color Cylindrical-coordinate representation of color #B3577D: hue angle of 335.22º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #B3577D is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 87 | 125 | - |
| CMYK | 0 | 0.51 | 0.30 | 0.30 |
| HSL | 335.22º | 0.38% | 0.52% | - |
| HSV(B) | 335.22º | 0.51% | 0.7% | - |
| XYZ | 25.7 | 17.88 | 21.5 | - |
| YUV | 118.84 | 131.48 | 170.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 87 | 125 | 0 | 0.51 | 0.30 | 0.30 | 335.22 | 0.38 | 0.52 |
| Hex | B3 | 57 | 7D | 0 | 33 | 1E | 1E | 14F | 26 | 34 |
| Octal | 263 | 127 | 175 | 0 | 63 | 36 | 36 | 517 | 46 | 64 |
| Binary | 10110011 | 1010111 | 1111101 | 0 | 110011 | 11110 | 11110 | 101001111 | 100110 | 110100 |
Color Harmonies of #B3577D
Complementary color
Monochromatic Colors of #B3577D
Black with #B3577D
Text Example
Text Example
White with #B3577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3577D; }
p { color: rgb(179,87,125); }
H1.HeaderClassName
{
color: #B3577D;
}
.AnyTagClassName
{
color: #B3577D;
}
</style>
background-color css
<style>
a { background-color: #B3577D; }
a { background-color: rgb(179,87,125); }
div.DivClassName
{
background-color: #B3577D;
}
.BgClassName
{
background-color: #B3577D;
}
</style>
border-color css
<style>
span { border-color: #B3577D; }
span { border-color: rgb(179,87,125); }
td.TdClassName
{
border-color: #B3577D;
}
.TagClassName
{
border-color: #B3577D;
}
</style>