Shades of Royal Heath #B73C75
Tints of Royal Heath #B73C75
RGB
CMYK
RGB Variations
Color information
#B73C75 (or 0xB73C75) is known color: Royal Heath. HEX triplet: B7, 3C and 75. RGB value is (183,60,117). Sum of RGB (Red+Green+Blue) = 183+60+117=360 (47% of max value = 765). Red value is 183 (71.88% from 255 or 50.83% from 360); Green value is 60 (23.83% from 255 or 16.67% from 360); Blue value is 117 (46.09% from 255 or 32.5% from 360); Max value from RGB is 183 - color contains mainly: red. Hex color #B73C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B73C75 is #48C38A. Grayscale: #676767. Windows color (decimal): -4768651 or 7683255. OLE color: 7683255.
HSL color Cylindrical-coordinate representation of color #B73C75: hue angle of 332.2º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B73C75 is Cyan = 0, Magento = 0.67, Yellow = 0.36 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 60 | 117 | - |
| CMYK | 0 | 0.67 | 0.36 | 0.28 |
| HSL | 332.2º | 0.51% | 0.48% | - |
| HSV(B) | 332.2º | 0.67% | 0.72% | - |
| XYZ | 24.36 | 14.58 | 18.36 | - |
| YUV | 103.28 | 135.75 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 60 | 117 | 0 | 0.67 | 0.36 | 0.28 | 332.2 | 0.51 | 0.48 |
| Hex | B7 | 3C | 75 | 0 | 43 | 24 | 1C | 14C | 33 | 30 |
| Octal | 267 | 74 | 165 | 0 | 103 | 44 | 34 | 514 | 63 | 60 |
| Binary | 10110111 | 111100 | 1110101 | 0 | 1000011 | 100100 | 11100 | 101001100 | 110011 | 110000 |
Color Harmonies of #B73C75
Complementary color
Monochromatic Colors of #B73C75
Black with #B73C75
Text Example
Text Example
White with #B73C75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73C75; }
p { color: rgb(183,60,117); }
H1.HeaderClassName
{
color: #B73C75;
}
.AnyTagClassName
{
color: #B73C75;
}
</style>
background-color css
<style>
a { background-color: #B73C75; }
a { background-color: rgb(183,60,117); }
div.DivClassName
{
background-color: #B73C75;
}
.BgClassName
{
background-color: #B73C75;
}
</style>
border-color css
<style>
span { border-color: #B73C75; }
span { border-color: rgb(183,60,117); }
td.TdClassName
{
border-color: #B73C75;
}
.TagClassName
{
border-color: #B73C75;
}
</style>