Shades of Royal Heath #B6407A
Tints of Royal Heath #B6407A
RGB
CMYK
RGB Variations
Color information
#B6407A (or 0xB6407A) is known color: Royal Heath. HEX triplet: B6, 40 and 7A. RGB value is (182,64,122). Sum of RGB (Red+Green+Blue) = 182+64+122=368 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.46% from 368); Green value is 64 (25.39% from 255 or 17.39% from 368); Blue value is 122 (48.05% from 255 or 33.15% from 368); Max value from RGB is 182 - color contains mainly: red. Hex color #B6407A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B6407A is #49BF85. Grayscale: #696969. Windows color (decimal): -4833158 or 8011958. OLE color: 8011958.
HSL color Cylindrical-coordinate representation of color #B6407A: hue angle of 330.51º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B6407A is Cyan = 0, Magento = 0.65, Yellow = 0.33 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 122 | - |
| CMYK | 0 | 0.65 | 0.33 | 0.29 |
| HSL | 330.51º | 0.48% | 0.48% | - |
| HSV(B) | 330.51º | 0.65% | 0.71% | - |
| XYZ | 24.64 | 15.02 | 20.01 | - |
| YUV | 105.89 | 137.09 | 182.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 122 | 0 | 0.65 | 0.33 | 0.29 | 330.51 | 0.48 | 0.48 |
| Hex | B6 | 40 | 7A | 0 | 41 | 21 | 1D | 14B | 30 | 30 |
| Octal | 266 | 100 | 172 | 0 | 101 | 41 | 35 | 513 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1111010 | 0 | 1000001 | 100001 | 11101 | 101001011 | 110000 | 110000 |
Color Harmonies of #B6407A
Complementary color
Monochromatic Colors of #B6407A
Black with #B6407A
Text Example
Text Example
White with #B6407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6407A; }
p { color: rgb(182,64,122); }
H1.HeaderClassName
{
color: #B6407A;
}
.AnyTagClassName
{
color: #B6407A;
}
</style>
background-color css
<style>
a { background-color: #B6407A; }
a { background-color: rgb(182,64,122); }
div.DivClassName
{
background-color: #B6407A;
}
.BgClassName
{
background-color: #B6407A;
}
</style>
border-color css
<style>
span { border-color: #B6407A; }
span { border-color: rgb(182,64,122); }
td.TdClassName
{
border-color: #B6407A;
}
.TagClassName
{
border-color: #B6407A;
}
</style>