Shades of Royal Heath #B7407B
Tints of Royal Heath #B7407B
RGB
CMYK
RGB Variations
Color information
#B7407B (or 0xB7407B) is known color: Royal Heath. HEX triplet: B7, 40 and 7B. RGB value is (183,64,123). Sum of RGB (Red+Green+Blue) = 183+64+123=370 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.46% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 183 - color contains mainly: red. Hex color #B7407B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7407B is #48BF84. Grayscale: #6A6A6A. Windows color (decimal): -4767621 or 8077495. OLE color: 8077495.
HSL color Cylindrical-coordinate representation of color #B7407B: hue angle of 330.25º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B7407B is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 64 | 123 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.28 |
| HSL | 330.25º | 0.48% | 0.48% | - |
| HSV(B) | 330.25º | 0.65% | 0.72% | - |
| XYZ | 24.94 | 15.16 | 20.35 | - |
| YUV | 106.31 | 137.42 | 182.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 64 | 123 | 0 | 0.65 | 0.33 | 0.28 | 330.25 | 0.48 | 0.48 |
| Hex | B7 | 40 | 7B | 0 | 41 | 21 | 1C | 14A | 30 | 30 |
| Octal | 267 | 100 | 173 | 0 | 101 | 41 | 34 | 512 | 60 | 60 |
| Binary | 10110111 | 1000000 | 1111011 | 0 | 1000001 | 100001 | 11100 | 101001010 | 110000 | 110000 |
Color Harmonies of #B7407B
Complementary color
Monochromatic Colors of #B7407B
Black with #B7407B
Text Example
Text Example
White with #B7407B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7407B; }
p { color: rgb(183,64,123); }
H1.HeaderClassName
{
color: #B7407B;
}
.AnyTagClassName
{
color: #B7407B;
}
</style>
background-color css
<style>
a { background-color: #B7407B; }
a { background-color: rgb(183,64,123); }
div.DivClassName
{
background-color: #B7407B;
}
.BgClassName
{
background-color: #B7407B;
}
</style>
border-color css
<style>
span { border-color: #B7407B; }
span { border-color: rgb(183,64,123); }
td.TdClassName
{
border-color: #B7407B;
}
.TagClassName
{
border-color: #B7407B;
}
</style>