Shades of Rose Bud Cherry #7F255C
Tints of Rose Bud Cherry #7F255C
RGB
CMYK
RGB Variations
Color information
#7F255C (or 0x7F255C) is known color: Rose Bud Cherry. HEX triplet: 7F, 25 and 5C. RGB value is (127,37,92). Sum of RGB (Red+Green+Blue) = 127+37+92=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 37 (14.84% from 255 or 14.45% from 256); Blue value is 92 (36.33% from 255 or 35.94% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F255C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F255C is #80DAA3. Grayscale: #464646. Windows color (decimal): -8444580 or 6038911. OLE color: 6038911.
HSL color Cylindrical-coordinate representation of color #7F255C: hue angle of 323.33º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #7F255C is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 37 | 92 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.50 |
| HSL | 323.33º | 0.55% | 0.32% | - |
| HSV(B) | 323.33º | 0.71% | 0.5% | - |
| XYZ | 11.35 | 6.61 | 10.8 | - |
| YUV | 70.18 | 140.32 | 168.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 37 | 92 | 0 | 0.71 | 0.28 | 0.50 | 323.33 | 0.55 | 0.32 |
| Hex | 7F | 25 | 5C | 0 | 47 | 1C | 32 | 143 | 37 | 20 |
| Octal | 177 | 45 | 134 | 0 | 107 | 34 | 62 | 503 | 67 | 40 |
| Binary | 1111111 | 100101 | 1011100 | 0 | 1000111 | 11100 | 110010 | 101000011 | 110111 | 100000 |
Color Harmonies of #7F255C
Complementary color
Monochromatic Colors of #7F255C
Black with #7F255C
Text Example
Text Example
White with #7F255C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F255C; }
p { color: rgb(127,37,92); }
H1.HeaderClassName
{
color: #7F255C;
}
.AnyTagClassName
{
color: #7F255C;
}
</style>
background-color css
<style>
a { background-color: #7F255C; }
a { background-color: rgb(127,37,92); }
div.DivClassName
{
background-color: #7F255C;
}
.BgClassName
{
background-color: #7F255C;
}
</style>
border-color css
<style>
span { border-color: #7F255C; }
span { border-color: rgb(127,37,92); }
td.TdClassName
{
border-color: #7F255C;
}
.TagClassName
{
border-color: #7F255C;
}
</style>