#7d097d

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

Shades of Purple #7D097D

Tints of Purple #7D097D

Color information

#7D097D (or 0x7D097D) is unknown color: approx Purple. HEX triplet: 7D, 09 and 7D. RGB value is (125,9,125). Sum of RGB (Red+Green+Blue) = 125+9+125=259 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.26% from 259); Green value is 9 (3.91% from 255 or 3.47% from 259); Blue value is 125 (49.22% from 255 or 48.26% from 259); Max value from RGB is 125 - color contains mainly: red, blue. Hex color #7D097D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D097D is #82F682. Grayscale: #383838. Windows color (decimal): -8582787 or 8194429. OLE color: 8194429.

HSL color Cylindrical-coordinate representation of color #7D097D: hue angle of 300º 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 #7D097D is Cyan = 0, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB1259125-
CMYK00.9300.51
HSL300º86.57%26.27%-
HSV(B)300º92.8%49.02%-
XYZ12.266.0419.92-
YUV56.91166.43176.57-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.26%
GREEN value IS 9 (3.91% from 255) = 3.47%
BLUE value IS 125 (49.22% from 255) = 48.26%
R=48.26%
G=3.47%
B=48.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125912500.9300.5130086.5726.27
Hex7D97D05D03312c571a
Octal17511175013506345412732
Binary111110110011111101010111010110011100101100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7d097d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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