Shades of Rose Bud Cherry #7F335D
Tints of Rose Bud Cherry #7F335D
RGB
CMYK
RGB Variations
Color information
#7F335D (or 0x7F335D) is known color: Rose Bud Cherry. HEX triplet: 7F, 33 and 5D. RGB value is (127,51,93). Sum of RGB (Red+Green+Blue) = 127+51+93=271 (35% of max value = 765). Red value is 127 (50% from 255 or 46.86% from 271); Green value is 51 (20.31% from 255 or 18.82% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 127 - color contains mainly: red. Hex color #7F335D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F335D is #80CCA2. Grayscale: #4E4E4E. Windows color (decimal): -8440995 or 6108031. OLE color: 6108031.
HSL color Cylindrical-coordinate representation of color #7F335D: hue angle of 326.84º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7F335D is Cyan = 0, Magento = 0.60, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 51 | 93 | - |
| CMYK | 0 | 0.60 | 0.27 | 0.50 |
| HSL | 326.84º | 0.43% | 0.35% | - |
| HSV(B) | 326.84º | 0.6% | 0.5% | - |
| XYZ | 11.91 | 7.67 | 11.21 | - |
| YUV | 78.51 | 136.18 | 162.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 51 | 93 | 0 | 0.60 | 0.27 | 0.50 | 326.84 | 0.43 | 0.35 |
| Hex | 7F | 33 | 5D | 0 | 3C | 1B | 32 | 147 | 2B | 23 |
| Octal | 177 | 63 | 135 | 0 | 74 | 33 | 62 | 507 | 53 | 43 |
| Binary | 1111111 | 110011 | 1011101 | 0 | 111100 | 11011 | 110010 | 101000111 | 101011 | 100011 |
Color Harmonies of #7F335D
Complementary color
Monochromatic Colors of #7F335D
Black with #7F335D
Text Example
Text Example
White with #7F335D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F335D; }
p { color: rgb(127,51,93); }
H1.HeaderClassName
{
color: #7F335D;
}
.AnyTagClassName
{
color: #7F335D;
}
</style>
background-color css
<style>
a { background-color: #7F335D; }
a { background-color: rgb(127,51,93); }
div.DivClassName
{
background-color: #7F335D;
}
.BgClassName
{
background-color: #7F335D;
}
</style>
border-color css
<style>
span { border-color: #7F335D; }
span { border-color: rgb(127,51,93); }
td.TdClassName
{
border-color: #7F335D;
}
.TagClassName
{
border-color: #7F335D;
}
</style>