Shades of Purple #7F0769
Tints of Purple #7F0769
RGB
CMYK
RGB Variations
Color information
#7F0769 (or 0x7F0769) is known color: Purple. HEX triplet: 7F, 07 and 69. RGB value is (127,7,105). Sum of RGB (Red+Green+Blue) = 127+7+105=239 (31% of max value = 765). Red value is 127 (50% from 255 or 53.14% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 127 - color contains mainly: red. Hex color #7F0769 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F0769 is #80F896. Grayscale: #353535. Windows color (decimal): -8452247 or 6883199. OLE color: 6883199.
HSL color Cylindrical-coordinate representation of color #7F0769: hue angle of 311º degrees, saturation: 0.9, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F0769 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 7 | 105 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.50 |
| HSL | 311º | 0.9% | 0.26% | - |
| HSV(B) | 311º | 0.94% | 0.5% | - |
| XYZ | 11.38 | 5.68 | 13.86 | - |
| YUV | 54.05 | 156.76 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 105 | 0 | 0.94 | 0.17 | 0.50 | 311 | 0.9 | 0.26 |
| Hex | 7F | 7 | 69 | 0 | 5E | 11 | 32 | 137 | 5A | 1A |
| Octal | 177 | 7 | 151 | 0 | 136 | 21 | 62 | 467 | 132 | 32 |
| Binary | 1111111 | 111 | 1101001 | 0 | 1011110 | 10001 | 110010 | 100110111 | 1011010 | 11010 |
Color Harmonies of #7F0769
Complementary color
Monochromatic Colors of #7F0769
Black with #7F0769
Text Example
Text Example
White with #7F0769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F0769; }
p { color: rgb(127,7,105); }
H1.HeaderClassName
{
color: #7F0769;
}
.AnyTagClassName
{
color: #7F0769;
}
</style>
background-color css
<style>
a { background-color: #7F0769; }
a { background-color: rgb(127,7,105); }
div.DivClassName
{
background-color: #7F0769;
}
.BgClassName
{
background-color: #7F0769;
}
</style>
border-color css
<style>
span { border-color: #7F0769; }
span { border-color: rgb(127,7,105); }
td.TdClassName
{
border-color: #7F0769;
}
.TagClassName
{
border-color: #7F0769;
}
</style>