Shades of Royal Heath #B75D7B
Tints of Royal Heath #B75D7B
RGB
CMYK
RGB Variations
Color information
#B75D7B (or 0xB75D7B) is known color: Royal Heath. HEX triplet: B7, 5D and 7B. RGB value is (183,93,123). Sum of RGB (Red+Green+Blue) = 183+93+123=399 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.86% from 399); Green value is 93 (36.72% from 255 or 23.31% from 399); Blue value is 123 (48.44% from 255 or 30.83% from 399); Max value from RGB is 183 - color contains mainly: red. Hex color #B75D7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75D7B is #48A284. Grayscale: #7B7B7B. Windows color (decimal): -4760197 or 8084919. OLE color: 8084919.
HSL color Cylindrical-coordinate representation of color #B75D7B: hue angle of 340º degrees, saturation: 0.38, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B75D7B is Cyan = 0, Magento = 0.49, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 93 | 123 | - |
| CMYK | 0 | 0.49 | 0.33 | 0.28 |
| HSL | 340º | 0.38% | 0.54% | - |
| HSV(B) | 340º | 0.49% | 0.72% | - |
| XYZ | 27.02 | 19.33 | 21.05 | - |
| YUV | 123.33 | 127.82 | 170.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 93 | 123 | 0 | 0.49 | 0.33 | 0.28 | 340 | 0.38 | 0.54 |
| Hex | B7 | 5D | 7B | 0 | 31 | 21 | 1C | 154 | 26 | 36 |
| Octal | 267 | 135 | 173 | 0 | 61 | 41 | 34 | 524 | 46 | 66 |
| Binary | 10110111 | 1011101 | 1111011 | 0 | 110001 | 100001 | 11100 | 101010100 | 100110 | 110110 |
Color Harmonies of #B75D7B
Complementary color
Monochromatic Colors of #B75D7B
Black with #B75D7B
Text Example
Text Example
White with #B75D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B75D7B; }
p { color: rgb(183,93,123); }
H1.HeaderClassName
{
color: #B75D7B;
}
.AnyTagClassName
{
color: #B75D7B;
}
</style>
background-color css
<style>
a { background-color: #B75D7B; }
a { background-color: rgb(183,93,123); }
div.DivClassName
{
background-color: #B75D7B;
}
.BgClassName
{
background-color: #B75D7B;
}
</style>
border-color css
<style>
span { border-color: #B75D7B; }
span { border-color: rgb(183,93,123); }
td.TdClassName
{
border-color: #B75D7B;
}
.TagClassName
{
border-color: #B75D7B;
}
</style>