#7D1074

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

Shades of Dark Purple #7D1074

Tints of Dark Purple #7D1074

Color information

#7D1074 (or 0x7D1074) is unknown color: approx Dark Purple. HEX triplet: 7D, 10 and 74. RGB value is (125,16,116). Sum of RGB (Red+Green+Blue) = 125+16+116=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 116 (45.70% from 255 or 45.14% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1074 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1074 is #82EF8B. Grayscale: #3B3B3B. Windows color (decimal): -8581004 or 7606397. OLE color: 7606397.

HSL color Cylindrical-coordinate representation of color #7D1074: hue angle of 304.95º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7D1074 is Cyan = 0, Magento = 0.87, Yellow = 0.07 and Black (K on CMYK) = 0.51.

Color convert

RGB12516116-
CMYK00.870.070.51
HSL304.95º77.3%27.65%-
HSV(B)304.95º87.2%49.02%-
XYZ11.85.9917.06-
YUV59.99159.61174.37-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.64%
GREEN value IS 16 (6.64% from 255) = 6.23%
BLUE value IS 116 (45.70% from 255) = 45.14%
R=48.64%
G=6.23%
B=45.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251611600.870.070.51304.9577.327.65
Hex7D10740577331314d1c
Octal17520164012776346111534
Binary111110110000111010001010111111110011100110001100110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D1074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,16,116); }

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

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

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

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

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

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

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