Shades of Royal Heath #B74278
Tints of Royal Heath #B74278
RGB
CMYK
RGB Variations
Color information
#B74278 (or 0xB74278) is known color: Royal Heath. HEX triplet: B7, 42 and 78. RGB value is (183,66,120). Sum of RGB (Red+Green+Blue) = 183+66+120=369 (48% of max value = 765). Red value is 183 (71.88% from 255 or 49.59% from 369); Green value is 66 (26.17% from 255 or 17.89% from 369); Blue value is 120 (47.27% from 255 or 32.52% from 369); Max value from RGB is 183 - color contains mainly: red. Hex color #B74278 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74278 is #48BD87. Grayscale: #6B6B6B. Windows color (decimal): -4767112 or 7881399. OLE color: 7881399.
HSL color Cylindrical-coordinate representation of color #B74278: hue angle of 332.31º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74278 is Cyan = 0, Magento = 0.64, Yellow = 0.34 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 120 | - |
| CMYK | 0 | 0.64 | 0.34 | 0.28 |
| HSL | 332.31º | 0.47% | 0.49% | - |
| HSV(B) | 332.31º | 0.64% | 0.72% | - |
| XYZ | 24.87 | 15.32 | 19.42 | - |
| YUV | 107.14 | 135.26 | 182.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 120 | 0 | 0.64 | 0.34 | 0.28 | 332.31 | 0.47 | 0.49 |
| Hex | B7 | 42 | 78 | 0 | 40 | 22 | 1C | 14C | 2F | 31 |
| Octal | 267 | 102 | 170 | 0 | 100 | 42 | 34 | 514 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1111000 | 0 | 1000000 | 100010 | 11100 | 101001100 | 101111 | 110001 |
Color Harmonies of #B74278
Complementary color
Monochromatic Colors of #B74278
Black with #B74278
Text Example
Text Example
White with #B74278
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B74278; }
p { color: rgb(183,66,120); }
H1.HeaderClassName
{
color: #B74278;
}
.AnyTagClassName
{
color: #B74278;
}
</style>
background-color css
<style>
a { background-color: #B74278; }
a { background-color: rgb(183,66,120); }
div.DivClassName
{
background-color: #B74278;
}
.BgClassName
{
background-color: #B74278;
}
</style>
border-color css
<style>
span { border-color: #B74278; }
span { border-color: rgb(183,66,120); }
td.TdClassName
{
border-color: #B74278;
}
.TagClassName
{
border-color: #B74278;
}
</style>