Shades of Royal Heath #B7427A
Tints of Royal Heath #B7427A
RGB
CMYK
RGB Variations
Color information
#B7427A (or 0xB7427A) is known color: Royal Heath. HEX triplet: B7, 42 and 7A. RGB value is (183,66,122). Sum of RGB (Red+Green+Blue) = 183+66+122=371 (49% of max value = 765). Red value is 183 (71.88% from 255 or 49.33% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 122 (48.05% from 255 or 32.88% from 371); Max value from RGB is 183 - color contains mainly: red. Hex color #B7427A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7427A is #48BD85. Grayscale: #6B6B6B. Windows color (decimal): -4767110 or 8012471. OLE color: 8012471.
HSL color Cylindrical-coordinate representation of color #B7427A: hue angle of 331.28º 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 #B7427A is Cyan = 0, Magento = 0.64, Yellow = 0.33 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 66 | 122 | - |
| CMYK | 0 | 0.64 | 0.33 | 0.28 |
| HSL | 331.28º | 0.47% | 0.49% | - |
| HSV(B) | 331.28º | 0.64% | 0.72% | - |
| XYZ | 24.99 | 15.37 | 20.06 | - |
| YUV | 107.37 | 136.26 | 181.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 66 | 122 | 0 | 0.64 | 0.33 | 0.28 | 331.28 | 0.47 | 0.49 |
| Hex | B7 | 42 | 7A | 0 | 40 | 21 | 1C | 14B | 2F | 31 |
| Octal | 267 | 102 | 172 | 0 | 100 | 41 | 34 | 513 | 57 | 61 |
| Binary | 10110111 | 1000010 | 1111010 | 0 | 1000000 | 100001 | 11100 | 101001011 | 101111 | 110001 |
Color Harmonies of #B7427A
Complementary color
Monochromatic Colors of #B7427A
Black with #B7427A
Text Example
Text Example
White with #B7427A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7427A; }
p { color: rgb(183,66,122); }
H1.HeaderClassName
{
color: #B7427A;
}
.AnyTagClassName
{
color: #B7427A;
}
</style>
background-color css
<style>
a { background-color: #B7427A; }
a { background-color: rgb(183,66,122); }
div.DivClassName
{
background-color: #B7427A;
}
.BgClassName
{
background-color: #B7427A;
}
</style>
border-color css
<style>
span { border-color: #B7427A; }
span { border-color: rgb(183,66,122); }
td.TdClassName
{
border-color: #B7427A;
}
.TagClassName
{
border-color: #B7427A;
}
</style>