Shades of Royal Heath #B13F78
Tints of Royal Heath #B13F78
RGB
CMYK
RGB Variations
Color information
#B13F78 (or 0xB13F78) is known color: Royal Heath. HEX triplet: B1, 3F and 78. RGB value is (177,63,120). Sum of RGB (Red+Green+Blue) = 177+63+120=360 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.17% from 360); Green value is 63 (25% from 255 or 17.5% from 360); Blue value is 120 (47.27% from 255 or 33.33% from 360); Max value from RGB is 177 - color contains mainly: red. Hex color #B13F78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13F78 is #4EC087. Grayscale: #676767. Windows color (decimal): -5161096 or 7880625. OLE color: 7880625.
HSL color Cylindrical-coordinate representation of color #B13F78: hue angle of 330º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B13F78 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 63 | 120 | - |
| CMYK | 0 | 0.64 | 0.32 | 0.31 |
| HSL | 330º | 0.48% | 0.47% | - |
| HSV(B) | 330º | 0.64% | 0.69% | - |
| XYZ | 23.3 | 14.26 | 19.29 | - |
| YUV | 103.58 | 137.27 | 180.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 63 | 120 | 0 | 0.64 | 0.32 | 0.31 | 330 | 0.48 | 0.47 |
| Hex | B1 | 3F | 78 | 0 | 40 | 20 | 1F | 14A | 30 | 2F |
| Octal | 261 | 77 | 170 | 0 | 100 | 40 | 37 | 512 | 60 | 57 |
| Binary | 10110001 | 111111 | 1111000 | 0 | 1000000 | 100000 | 11111 | 101001010 | 110000 | 101111 |
Color Harmonies of #B13F78
Complementary color
Monochromatic Colors of #B13F78
Black with #B13F78
Text Example
Text Example
White with #B13F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13F78; }
p { color: rgb(177,63,120); }
H1.HeaderClassName
{
color: #B13F78;
}
.AnyTagClassName
{
color: #B13F78;
}
</style>
background-color css
<style>
a { background-color: #B13F78; }
a { background-color: rgb(177,63,120); }
div.DivClassName
{
background-color: #B13F78;
}
.BgClassName
{
background-color: #B13F78;
}
</style>
border-color css
<style>
span { border-color: #B13F78; }
span { border-color: rgb(177,63,120); }
td.TdClassName
{
border-color: #B13F78;
}
.TagClassName
{
border-color: #B13F78;
}
</style>