#7D0479

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

Shades of Purple #7D0479

Tints of Purple #7D0479

Color information

#7D0479 (or 0x7D0479) is unknown color: approx Purple. HEX triplet: 7D, 04 and 79. RGB value is (125,4,121). Sum of RGB (Red+Green+Blue) = 125+4+121=250 (33% of max value = 765). Red value is 125 (49.22% from 255 or 50% from 250); Green value is 4 (1.95% from 255 or 1.6% from 250); Blue value is 121 (47.66% from 255 or 48.4% from 250); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0479 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0479 is #82FB86. Grayscale: #353535. Windows color (decimal): -8584071 or 7931005. OLE color: 7931005.

HSL color Cylindrical-coordinate representation of color #7D0479: hue angle of 301.98º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0479 is Cyan = 0, Magento = 0.97, Yellow = 0.03 and Black (K on CMYK) = 0.51.

Color convert

RGB1254121-
CMYK00.970.030.51
HSL301.98º93.8%25.29%-
HSV(B)301.98º96.8%49.02%-
XYZ11.955.8318.58-
YUV53.52166.09178.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50%
GREEN value IS 4 (1.95% from 255) = 1.6%
BLUE value IS 121 (47.66% from 255) = 48.4%
R=50%
G=1.6%
B=48.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125412100.970.030.51301.9893.825.29
Hex7D47906133312e5e19
Octal1754171014136345613631
Binary111110110011110010110000111110011100101110101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,4,121); }

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

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

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

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

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

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

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