#7F096F

Color #7F096F Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple #7F096F

Tints of Purple #7F096F

Color information

#7F096F (or 0x7F096F) is unknown color: approx Purple. HEX triplet: 7F, 09 and 6F. RGB value is (127,9,111). Sum of RGB (Red+Green+Blue) = 127+9+111=247 (32% of max value = 765). Red value is 127 (50% from 255 or 51.42% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 127 - color contains mainly: red. Hex color #7F096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F096F is #80F690. Grayscale: #373737. Windows color (decimal): -8451729 or 7276927. OLE color: 7276927.

HSL color Cylindrical-coordinate representation of color #7F096F: hue angle of 308.14º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7F096F is Cyan = 0, Magento = 0.93, Yellow = 0.13 and Black (K on CMYK) = 0.50.

Color convert

RGB1279111-
CMYK00.930.130.50
HSL308.14º86.76%26.67%-
HSV(B)308.14º92.91%49.8%-
XYZ11.725.8615.55-
YUV55.91159.09178.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 127 (50% from 255) = 51.42%
GREEN value IS 9 (3.91% from 255) = 3.64%
BLUE value IS 111 (43.75% from 255) = 44.94%
R=51.42%
G=3.64%
B=44.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.13
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127911100.930.130.50308.1486.7626.67
Hex7F96F05DD32134571b
Octal177111570135156246412733
Binary111111110011101111010111011101110010100110100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F096F; }

 p { color: rgb(127,9,111); }

 H1.HeaderClassName
 {
   color: #7F096F;
 }
 .AnyTagClassName
 {
   color: #7F096F;
 }
</style>
background-color css

<style>
 a { background-color: #7F096F; }

 a { background-color: rgb(127,9,111); }

 div.DivClassName
 {
   background-color: #7F096F;
 }
 .BgClassName
 {
   background-color: #7F096F;
 }
</style>
border-color css

<style>
 span { border-color: #7F096F; }

 span { border-color: rgb(127,9,111); }

 td.TdClassName
 {
   border-color: #7F096F;
 }
 .TagClassName
 {
   border-color: #7F096F;
 }
</style>