Shades of Rose Bud Cherry #7E3162
Tints of Rose Bud Cherry #7E3162
RGB
CMYK
RGB Variations
Color information
#7E3162 (or 0x7E3162) is known color: Rose Bud Cherry. HEX triplet: 7E, 31 and 62. RGB value is (126,49,98). Sum of RGB (Red+Green+Blue) = 126+49+98=273 (36% of max value = 765). Red value is 126 (49.61% from 255 or 46.15% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 98 (38.67% from 255 or 35.90% from 273); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7E3162 is #81CE9D. Grayscale: #4D4D4D. Windows color (decimal): -8507038 or 6435198. OLE color: 6435198.
HSL color Cylindrical-coordinate representation of color #7E3162: hue angle of 321.82º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7E3162 is Cyan = 0, Magento = 0.61, Yellow = 0.22 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 49 | 98 | - |
| CMYK | 0 | 0.61 | 0.22 | 0.51 |
| HSL | 321.82º | 0.44% | 0.34% | - |
| HSV(B) | 321.82º | 0.61% | 0.49% | - |
| XYZ | 11.91 | 7.51 | 12.38 | - |
| YUV | 77.61 | 139.51 | 162.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 49 | 98 | 0 | 0.61 | 0.22 | 0.51 | 321.82 | 0.44 | 0.34 |
| Hex | 7E | 31 | 62 | 0 | 3D | 16 | 33 | 142 | 2C | 22 |
| Octal | 176 | 61 | 142 | 0 | 75 | 26 | 63 | 502 | 54 | 42 |
| Binary | 1111110 | 110001 | 1100010 | 0 | 111101 | 10110 | 110011 | 101000010 | 101100 | 100010 |
Color Harmonies of #7E3162
Complementary color
Monochromatic Colors of #7E3162
Black with #7E3162
Text Example
Text Example
White with #7E3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3162; }
p { color: rgb(126,49,98); }
H1.HeaderClassName
{
color: #7E3162;
}
.AnyTagClassName
{
color: #7E3162;
}
</style>
background-color css
<style>
a { background-color: #7E3162; }
a { background-color: rgb(126,49,98); }
div.DivClassName
{
background-color: #7E3162;
}
.BgClassName
{
background-color: #7E3162;
}
</style>
border-color css
<style>
span { border-color: #7E3162; }
span { border-color: rgb(126,49,98); }
td.TdClassName
{
border-color: #7E3162;
}
.TagClassName
{
border-color: #7E3162;
}
</style>