Shades of Rose Bud Cherry #7F3162
Tints of Rose Bud Cherry #7F3162
RGB
CMYK
RGB Variations
Color information
#7F3162 (or 0x7F3162) is known color: Rose Bud Cherry. HEX triplet: 7F, 31 and 62. RGB value is (127,49,98). Sum of RGB (Red+Green+Blue) = 127+49+98=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3162 is #80CE9D. Grayscale: #4D4D4D. Windows color (decimal): -8441502 or 6435199. OLE color: 6435199.
HSL color Cylindrical-coordinate representation of color #7F3162: hue angle of 322.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3162 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 49 | 98 | - |
| CMYK | 0 | 0.61 | 0.23 | 0.50 |
| HSL | 322.31º | 0.44% | 0.35% | - |
| HSV(B) | 322.31º | 0.61% | 0.5% | - |
| XYZ | 12.06 | 7.59 | 12.39 | - |
| YUV | 77.91 | 139.34 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 49 | 98 | 0 | 0.61 | 0.23 | 0.50 | 322.31 | 0.44 | 0.35 |
| Hex | 7F | 31 | 62 | 0 | 3D | 17 | 32 | 142 | 2C | 23 |
| Octal | 177 | 61 | 142 | 0 | 75 | 27 | 62 | 502 | 54 | 43 |
| Binary | 1111111 | 110001 | 1100010 | 0 | 111101 | 10111 | 110010 | 101000010 | 101100 | 100011 |
Color Harmonies of #7F3162
Complementary color
Monochromatic Colors of #7F3162
Black with #7F3162
Text Example
Text Example
White with #7F3162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3162; }
p { color: rgb(127,49,98); }
H1.HeaderClassName
{
color: #7F3162;
}
.AnyTagClassName
{
color: #7F3162;
}
</style>
background-color css
<style>
a { background-color: #7F3162; }
a { background-color: rgb(127,49,98); }
div.DivClassName
{
background-color: #7F3162;
}
.BgClassName
{
background-color: #7F3162;
}
</style>
border-color css
<style>
span { border-color: #7F3162; }
span { border-color: rgb(127,49,98); }
td.TdClassName
{
border-color: #7F3162;
}
.TagClassName
{
border-color: #7F3162;
}
</style>