#7A096F

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

Shades of Purple #7A096F

Tints of Purple #7A096F

Color information

#7A096F (or 0x7A096F) is unknown color: approx Purple. HEX triplet: 7A, 09 and 6F. RGB value is (122,9,111). Sum of RGB (Red+Green+Blue) = 122+9+111=242 (32% of max value = 765). Red value is 122 (48.05% from 255 or 50.41% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 111 (43.75% from 255 or 45.87% from 242); Max value from RGB is 122 - color contains mainly: red. Hex color #7A096F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A096F is #85F690. Grayscale: #363636. Windows color (decimal): -8779409 or 7276922. OLE color: 7276922.

HSL color Cylindrical-coordinate representation of color #7A096F: hue angle of 305.84º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A096F is Cyan = 0, Magento = 0.93, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB1229111-
CMYK00.930.090.52
HSL305.84º86.26%25.69%-
HSV(B)305.84º92.62%47.84%-
XYZ10.995.4815.52-
YUV54.42159.94176.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 50.41%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 111 (43.75% from 255) = 45.87%
R=50.41%
G=3.72%
B=45.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.09
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122911100.930.090.52305.8486.2625.69
Hex7A96F05D934132561a
Octal172111570135116446212632
Binary111101010011101111010111011001110100100110010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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