Shades of Rose Bud Cherry #7F1759
Tints of Rose Bud Cherry #7F1759
RGB
CMYK
RGB Variations
Color information
#7F1759 (or 0x7F1759) is known color: Rose Bud Cherry. HEX triplet: 7F, 17 and 59. RGB value is (127,23,89). Sum of RGB (Red+Green+Blue) = 127+23+89=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 23 (9.38% from 255 or 9.62% from 239); Blue value is 89 (35.16% from 255 or 37.24% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1759 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F1759 is #80E8A6. Grayscale: #3D3D3D. Windows color (decimal): -8448167 or 5838719. OLE color: 5838719.
HSL color Cylindrical-coordinate representation of color #7F1759: hue angle of 321.92º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F1759 is Cyan = 0, Magento = 0.82, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 89 | - |
| CMYK | 0 | 0.82 | 0.30 | 0.50 |
| HSL | 321.92º | 0.69% | 0.29% | - |
| HSV(B) | 321.92º | 0.82% | 0.5% | - |
| XYZ | 10.86 | 5.85 | 10.01 | - |
| YUV | 61.62 | 143.46 | 174.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 89 | 0 | 0.82 | 0.30 | 0.50 | 321.92 | 0.69 | 0.29 |
| Hex | 7F | 17 | 59 | 0 | 52 | 1E | 32 | 142 | 45 | 1D |
| Octal | 177 | 27 | 131 | 0 | 122 | 36 | 62 | 502 | 105 | 35 |
| Binary | 1111111 | 10111 | 1011001 | 0 | 1010010 | 11110 | 110010 | 101000010 | 1000101 | 11101 |
Color Harmonies of #7F1759
Complementary color
Monochromatic Colors of #7F1759
Black with #7F1759
Text Example
Text Example
White with #7F1759
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1759; }
p { color: rgb(127,23,89); }
H1.HeaderClassName
{
color: #7F1759;
}
.AnyTagClassName
{
color: #7F1759;
}
</style>
background-color css
<style>
a { background-color: #7F1759; }
a { background-color: rgb(127,23,89); }
div.DivClassName
{
background-color: #7F1759;
}
.BgClassName
{
background-color: #7F1759;
}
</style>
border-color css
<style>
span { border-color: #7F1759; }
span { border-color: rgb(127,23,89); }
td.TdClassName
{
border-color: #7F1759;
}
.TagClassName
{
border-color: #7F1759;
}
</style>