#7D096C

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

Shades of Purple #7D096C

Tints of Purple #7D096C

Color information

#7D096C (or 0x7D096C) is unknown color: approx Purple. HEX triplet: 7D, 09 and 6C. RGB value is (125,9,108). Sum of RGB (Red+Green+Blue) = 125+9+108=242 (32% of max value = 765). Red value is 125 (49.22% from 255 or 51.65% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 108 (42.58% from 255 or 44.63% from 242); Max value from RGB is 125 - color contains mainly: red. Hex color #7D096C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D096C is #82F693. Grayscale: #363636. Windows color (decimal): -8582804 or 7080317. OLE color: 7080317.

HSL color Cylindrical-coordinate representation of color #7D096C: hue angle of 308.79º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7D096C is Cyan = 0, Magento = 0.93, Yellow = 0.14 and Black (K on CMYK) = 0.51.

Color convert

RGB1259108-
CMYK00.930.140.51
HSL308.79º86.57%26.27%-
HSV(B)308.79º92.8%49.02%-
XYZ11.265.6414.68-
YUV54.97157.93177.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 51.65%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 108 (42.58% from 255) = 44.63%
R=51.65%
G=3.72%
B=44.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125910800.930.140.51308.7986.5726.27
Hex7D96C05DE33135571a
Octal175111540135166346512732
Binary111110110011101100010111011110110011100110101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D096C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,9,108); }

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

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

 a { background-color: rgb(125,9,108); }

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

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

 span { border-color: rgb(125,9,108); }

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