Shades of Royal Heath #B3527F
Tints of Royal Heath #B3527F
RGB
CMYK
RGB Variations
Color information
#B3527F (or 0xB3527F) is known color: Royal Heath. HEX triplet: B3, 52 and 7F. RGB value is (179,82,127). Sum of RGB (Red+Green+Blue) = 179+82+127=388 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.13% from 388); Green value is 82 (32.42% from 255 or 21.13% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 179 - color contains mainly: red. Hex color #B3527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3527F is #4CAD80. Grayscale: #747474. Windows color (decimal): -5025153 or 8344243. OLE color: 8344243.
HSL color Cylindrical-coordinate representation of color #B3527F: hue angle of 332.16º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B3527F is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 82 | 127 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.30 |
| HSL | 332.16º | 0.39% | 0.51% | - |
| HSV(B) | 332.16º | 0.54% | 0.7% | - |
| XYZ | 25.44 | 17.15 | 22.05 | - |
| YUV | 116.13 | 134.14 | 172.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 82 | 127 | 0 | 0.54 | 0.29 | 0.30 | 332.16 | 0.39 | 0.51 |
| Hex | B3 | 52 | 7F | 0 | 36 | 1D | 1E | 14C | 27 | 33 |
| Octal | 263 | 122 | 177 | 0 | 66 | 35 | 36 | 514 | 47 | 63 |
| Binary | 10110011 | 1010010 | 1111111 | 0 | 110110 | 11101 | 11110 | 101001100 | 100111 | 110011 |
Color Harmonies of #B3527F
Complementary color
Monochromatic Colors of #B3527F
Black with #B3527F
Text Example
Text Example
White with #B3527F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3527F; }
p { color: rgb(179,82,127); }
H1.HeaderClassName
{
color: #B3527F;
}
.AnyTagClassName
{
color: #B3527F;
}
</style>
background-color css
<style>
a { background-color: #B3527F; }
a { background-color: rgb(179,82,127); }
div.DivClassName
{
background-color: #B3527F;
}
.BgClassName
{
background-color: #B3527F;
}
</style>
border-color css
<style>
span { border-color: #B3527F; }
span { border-color: rgb(179,82,127); }
td.TdClassName
{
border-color: #B3527F;
}
.TagClassName
{
border-color: #B3527F;
}
</style>