#7D0575

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

Shades of Purple #7D0575

Tints of Purple #7D0575

Color information

#7D0575 (or 0x7D0575) is unknown color: approx Purple. HEX triplet: 7D, 05 and 75. RGB value is (125,5,117). Sum of RGB (Red+Green+Blue) = 125+5+117=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 117 (46.09% from 255 or 47.37% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0575 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0575 is #82FA8A. Grayscale: #353535. Windows color (decimal): -8583819 or 7669117. OLE color: 7669117.

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

Color convert

RGB1255117-
CMYK00.960.060.51
HSL304º92.31%25.49%-
HSV(B)304º96%49.02%-
XYZ11.725.7517.32-
YUV53.65163.76178.89-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 117 (46.09% from 255) = 47.37%
R=50.61%
G=2.02%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125511700.960.060.5130492.3125.49
Hex7D5750606331305c19
Octal1755165014066346013431
Binary1111101101111010101100000110110011100110000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,5,117); }

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

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

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

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

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

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

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