Shades of Royal Heath #B73F7B
Tints of Royal Heath #B73F7B
RGB
CMYK
RGB Variations
Color information
#B73F7B (or 0xB73F7B) is known color: Royal Heath. HEX triplet: B7, 3F and 7B. RGB value is (183,63,123). Sum of RGB (Red+Green+Blue) = 183+63+123=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 63 (25% from 255 or 17.07% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B73F7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73F7B is #48C084. Grayscale: #696969. Windows color (decimal): -4767877 or 8077239. OLE color: 8077239.
HSL color Cylindrical-coordinate representation of color #B73F7B: hue angle of 330º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73F7B is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 63 | 123 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.28 |
| HSL | 330º | 0.49% | 0.48% | - |
| HSV(B) | 330º | 0.66% | 0.72% | - |
| XYZ | 24.88 | 15.05 | 20.33 | - |
| YUV | 105.72 | 137.76 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 63 | 123 | 0 | 0.66 | 0.33 | 0.28 | 330 | 0.49 | 0.48 |
| Hex | B7 | 3F | 7B | 0 | 42 | 21 | 1C | 14A | 31 | 30 |
| Octal | 267 | 77 | 173 | 0 | 102 | 41 | 34 | 512 | 61 | 60 |
| Binary | 10110111 | 111111 | 1111011 | 0 | 1000010 | 100001 | 11100 | 101001010 | 110001 | 110000 |
Color Harmonies of #B73F7B
Complementary color
Monochromatic Colors of #B73F7B
Black with #B73F7B
Text Example
Text Example
White with #B73F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73F7B; }
p { color: rgb(183,63,123); }
H1.HeaderClassName
{
color: #B73F7B;
}
.AnyTagClassName
{
color: #B73F7B;
}
</style>
background-color css
<style>
a { background-color: #B73F7B; }
a { background-color: rgb(183,63,123); }
div.DivClassName
{
background-color: #B73F7B;
}
.BgClassName
{
background-color: #B73F7B;
}
</style>
border-color css
<style>
span { border-color: #B73F7B; }
span { border-color: rgb(183,63,123); }
td.TdClassName
{
border-color: #B73F7B;
}
.TagClassName
{
border-color: #B73F7B;
}
</style>