Shades of Royal Heath #B3567A
Tints of Royal Heath #B3567A
RGB
CMYK
RGB Variations
Color information
#B3567A (or 0xB3567A) is known color: Royal Heath. HEX triplet: B3, 56 and 7A. RGB value is (179,86,122). Sum of RGB (Red+Green+Blue) = 179+86+122=387 (51% of max value = 765). Red value is 179 (70.31% from 255 or 46.25% from 387); Green value is 86 (33.98% from 255 or 22.22% from 387); Blue value is 122 (48.05% from 255 or 31.52% from 387); Max value from RGB is 179 - color contains mainly: red. Hex color #B3567A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B3567A is #4CA985. Grayscale: #757575. Windows color (decimal): -5024134 or 8017587. OLE color: 8017587.
HSL color Cylindrical-coordinate representation of color #B3567A: hue angle of 336.77º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B3567A is Cyan = 0, Magento = 0.52, Yellow = 0.32 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 86 | 122 | - |
| CMYK | 0 | 0.52 | 0.32 | 0.30 |
| HSL | 336.77º | 0.38% | 0.52% | - |
| HSV(B) | 336.77º | 0.52% | 0.7% | - |
| XYZ | 25.43 | 17.64 | 20.48 | - |
| YUV | 117.91 | 130.31 | 171.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 86 | 122 | 0 | 0.52 | 0.32 | 0.30 | 336.77 | 0.38 | 0.52 |
| Hex | B3 | 56 | 7A | 0 | 34 | 20 | 1E | 151 | 26 | 34 |
| Octal | 263 | 126 | 172 | 0 | 64 | 40 | 36 | 521 | 46 | 64 |
| Binary | 10110011 | 1010110 | 1111010 | 0 | 110100 | 100000 | 11110 | 101010001 | 100110 | 110100 |
Color Harmonies of #B3567A
Complementary color
Monochromatic Colors of #B3567A
Black with #B3567A
Text Example
Text Example
White with #B3567A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3567A; }
p { color: rgb(179,86,122); }
H1.HeaderClassName
{
color: #B3567A;
}
.AnyTagClassName
{
color: #B3567A;
}
</style>
background-color css
<style>
a { background-color: #B3567A; }
a { background-color: rgb(179,86,122); }
div.DivClassName
{
background-color: #B3567A;
}
.BgClassName
{
background-color: #B3567A;
}
</style>
border-color css
<style>
span { border-color: #B3567A; }
span { border-color: rgb(179,86,122); }
td.TdClassName
{
border-color: #B3567A;
}
.TagClassName
{
border-color: #B3567A;
}
</style>