Shades of Purple #7E0869
Tints of Purple #7E0869
RGB
CMYK
RGB Variations
Color information
#7E0869 (or 0x7E0869) is known color: Purple. HEX triplet: 7E, 08 and 69. RGB value is (126,8,105). Sum of RGB (Red+Green+Blue) = 126+8+105=239 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.72% from 239); Green value is 8 (3.52% from 255 or 3.35% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0869 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0869 is #81F796. Grayscale: #363636. Windows color (decimal): -8517527 or 6883454. OLE color: 6883454.
HSL color Cylindrical-coordinate representation of color #7E0869: hue angle of 310.68º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7E0869 is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 8 | 105 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.51 |
| HSL | 310.68º | 0.88% | 0.26% | - |
| HSV(B) | 310.68º | 0.94% | 0.49% | - |
| XYZ | 11.24 | 5.63 | 13.86 | - |
| YUV | 54.34 | 156.59 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 8 | 105 | 0 | 0.94 | 0.17 | 0.51 | 310.68 | 0.88 | 0.26 |
| Hex | 7E | 8 | 69 | 0 | 5E | 11 | 33 | 137 | 58 | 1A |
| Octal | 176 | 10 | 151 | 0 | 136 | 21 | 63 | 467 | 130 | 32 |
| Binary | 1111110 | 1000 | 1101001 | 0 | 1011110 | 10001 | 110011 | 100110111 | 1011000 | 11010 |
Color Harmonies of #7E0869
Complementary color
Monochromatic Colors of #7E0869
Black with #7E0869
Text Example
Text Example
White with #7E0869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E0869; }
p { color: rgb(126,8,105); }
H1.HeaderClassName
{
color: #7E0869;
}
.AnyTagClassName
{
color: #7E0869;
}
</style>
background-color css
<style>
a { background-color: #7E0869; }
a { background-color: rgb(126,8,105); }
div.DivClassName
{
background-color: #7E0869;
}
.BgClassName
{
background-color: #7E0869;
}
</style>
border-color css
<style>
span { border-color: #7E0869; }
span { border-color: rgb(126,8,105); }
td.TdClassName
{
border-color: #7E0869;
}
.TagClassName
{
border-color: #7E0869;
}
</style>