Shades of Royal Heath #B7507B
Tints of Royal Heath #B7507B
RGB
CMYK
RGB Variations
Color information
#B7507B (or 0xB7507B) is known color: Royal Heath. HEX triplet: B7, 50 and 7B. RGB value is (183,80,123). Sum of RGB (Red+Green+Blue) = 183+80+123=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 80 (31.64% from 255 or 20.73% from 386); Blue value is 123 (48.44% from 255 or 31.87% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B7507B is #48AF84. Grayscale: #737373. Windows color (decimal): -4763525 or 8081591. OLE color: 8081591.
HSL color Cylindrical-coordinate representation of color #B7507B: hue angle of 334.95º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #B7507B is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 80 | 123 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.28 |
| HSL | 334.95º | 0.42% | 0.52% | - |
| HSV(B) | 334.95º | 0.56% | 0.72% | - |
| XYZ | 25.97 | 17.23 | 20.7 | - |
| YUV | 115.7 | 132.12 | 176 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 80 | 123 | 0 | 0.56 | 0.33 | 0.28 | 334.95 | 0.42 | 0.52 |
| Hex | B7 | 50 | 7B | 0 | 38 | 21 | 1C | 14F | 2A | 34 |
| Octal | 267 | 120 | 173 | 0 | 70 | 41 | 34 | 517 | 52 | 64 |
| Binary | 10110111 | 1010000 | 1111011 | 0 | 111000 | 100001 | 11100 | 101001111 | 101010 | 110100 |
Color Harmonies of #B7507B
Complementary color
Monochromatic Colors of #B7507B
Black with #B7507B
Text Example
Text Example
White with #B7507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7507B; }
p { color: rgb(183,80,123); }
H1.HeaderClassName
{
color: #B7507B;
}
.AnyTagClassName
{
color: #B7507B;
}
</style>
background-color css
<style>
a { background-color: #B7507B; }
a { background-color: rgb(183,80,123); }
div.DivClassName
{
background-color: #B7507B;
}
.BgClassName
{
background-color: #B7507B;
}
</style>
border-color css
<style>
span { border-color: #B7507B; }
span { border-color: rgb(183,80,123); }
td.TdClassName
{
border-color: #B7507B;
}
.TagClassName
{
border-color: #B7507B;
}
</style>