#7D0070

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

Shades of Purple #7D0070

Tints of Purple #7D0070

Color information

#7D0070 (or 0x7D0070) is unknown color: approx Purple. HEX triplet: 7D, 00 and 70. RGB value is (125,0,112). Sum of RGB (Red+Green+Blue) = 125+0+112=237 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.74% from 237); Green value is 0 (0.39% from 255 or 0% from 237); Blue value is 112 (44.14% from 255 or 47.26% from 237); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0070 is #82FF8F. Grayscale: #313131. Windows color (decimal): -8585104 or 7340157. OLE color: 7340157.

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

Color convert

RGB1250112-
CMYK010.100.51
HSL306.24º100%24.51%-
HSV(B)306.24º100%49.02%-
XYZ11.385.5315.8-
YUV50.14162.91181.39-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.74%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 112 (44.14% from 255) = 47.26%
R=52.74%
G=0%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1250112010.100.51306.2410024.51
Hex7D070064A331326419
Octal17501600144126346214431
Binary111110101110000011001001010110011100110010110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,0,112); }

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

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

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

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

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

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

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