#7D0779

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

Shades of Purple #7D0779

Tints of Purple #7D0779

Color information

#7D0779 (or 0x7D0779) is unknown color: approx Purple. HEX triplet: 7D, 07 and 79. RGB value is (125,7,121). Sum of RGB (Red+Green+Blue) = 125+7+121=253 (33% of max value = 765). Red value is 125 (49.22% from 255 or 49.41% from 253); Green value is 7 (3.12% from 255 or 2.77% from 253); Blue value is 121 (47.66% from 255 or 47.83% from 253); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0779 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0779 is #82F886. Grayscale: #363636. Windows color (decimal): -8583303 or 7931773. OLE color: 7931773.

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

Color convert

RGB1257121-
CMYK00.940.030.51
HSL302.03º89.39%25.88%-
HSV(B)302.03º94.4%49.02%-
XYZ11.985.8918.59-
YUV55.28165.09177.73-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 49.41%
GREEN value IS 7 (3.12% from 255) = 2.77%
BLUE value IS 121 (47.66% from 255) = 47.83%
R=49.41%
G=2.77%
B=47.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.03
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125712100.940.030.51302.0389.3925.88
Hex7D77905E33312e591a
Octal1757171013636345613132
Binary111110111111110010101111011110011100101110101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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