#7D046E

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

Shades of Purple #7D046E

Tints of Purple #7D046E

Color information

#7D046E (or 0x7D046E) is unknown color: approx Purple. HEX triplet: 7D, 04 and 6E. RGB value is (125,4,110). Sum of RGB (Red+Green+Blue) = 125+4+110=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 4 (1.95% from 255 or 1.67% from 239); Blue value is 110 (43.36% from 255 or 46.03% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D046E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D046E is #82FB91. Grayscale: #333333. Windows color (decimal): -8584082 or 7210109. OLE color: 7210109.

HSL color Cylindrical-coordinate representation of color #7D046E: hue angle of 307.44º 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 #7D046E is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB1254110-
CMYK00.970.120.51
HSL307.44º93.8%25.29%-
HSV(B)307.44º96.8%49.02%-
XYZ11.325.5715.23-
YUV52.26160.59179.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 52.30%
GREEN value IS 4 (1.95% from 255) = 1.67%
BLUE value IS 110 (43.36% from 255) = 46.03%
R=52.30%
G=1.67%
B=46.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125411000.970.120.51307.4493.825.29
Hex7D46E061C331335e19
Octal17541560141146346313631
Binary11111011001101110011000011100110011100110011101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D046E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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