Shades of Purple #7F078A
Tints of Purple #7F078A
RGB
CMYK
RGB Variations
Color information
#7F078A (or 0x7F078A) is known color: Purple. HEX triplet: 7F, 07 and 8A. RGB value is (127,7,138). Sum of RGB (Red+Green+Blue) = 127+7+138=272 (36% of max value = 765). Red value is 127 (50% from 255 or 46.69% from 272); Green value is 7 (3.12% from 255 or 2.57% from 272); Blue value is 138 (54.30% from 255 or 50.74% from 272); Max value from RGB is 138 - color contains mainly: blue. Hex color #7F078A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F078A is #80F875. Grayscale: #393939. Windows color (decimal): -8452214 or 9045887. OLE color: 9045887.
HSL color Cylindrical-coordinate representation of color #7F078A: hue angle of 294.96º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7F078A is Cyan = 0.08, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 127 | 7 | 138 | - |
| CMYK | 0.08 | 0.95 | 0 | 0.46 |
| HSL | 294.96º | 0.9% | 0.28% | - |
| HSV(B) | 294.96º | 0.95% | 0.54% | - |
| XYZ | 13.42 | 6.5 | 24.59 | - |
| YUV | 57.81 | 173.26 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 7 | 138 | 0.08 | 0.95 | 0 | 0.46 | 294.96 | 0.9 | 0.28 |
| Hex | 7F | 7 | 8A | 8 | 5F | 0 | 2E | 127 | 5A | 1C |
| Octal | 177 | 7 | 212 | 10 | 137 | 0 | 56 | 447 | 132 | 34 |
| Binary | 1111111 | 111 | 10001010 | 1000 | 1011111 | 0 | 101110 | 100100111 | 1011010 | 11100 |
Color Harmonies of #7F078A
Complementary color
Monochromatic Colors of #7F078A
Black with #7F078A
Text Example
Text Example
White with #7F078A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F078A; }
p { color: rgb(127,7,138); }
H1.HeaderClassName
{
color: #7F078A;
}
.AnyTagClassName
{
color: #7F078A;
}
</style>
background-color css
<style>
a { background-color: #7F078A; }
a { background-color: rgb(127,7,138); }
div.DivClassName
{
background-color: #7F078A;
}
.BgClassName
{
background-color: #7F078A;
}
</style>
border-color css
<style>
span { border-color: #7F078A; }
span { border-color: rgb(127,7,138); }
td.TdClassName
{
border-color: #7F078A;
}
.TagClassName
{
border-color: #7F078A;
}
</style>