#7D0E76

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

Shades of Purple #7D0E76

Tints of Purple #7D0E76

Color information

#7D0E76 (or 0x7D0E76) is unknown color: approx Purple. HEX triplet: 7D, 0E and 76. RGB value is (125,14,118). Sum of RGB (Red+Green+Blue) = 125+14+118=257 (34% of max value = 765). Red value is 125 (49.22% from 255 or 48.64% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0E76 is #82F189. Grayscale: #3A3A3A. Windows color (decimal): -8581514 or 7736957. OLE color: 7736957.

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

Color convert

RGB12514118-
CMYK00.890.060.51
HSL303.78º79.86%27.25%-
HSV(B)303.78º88.8%49.02%-
XYZ11.885.9817.67-
YUV59.04161.27175.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 48.64%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 118 (46.48% from 255) = 45.91%
R=48.64%
G=5.45%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.06
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251411800.890.060.51303.7879.8627.25
Hex7DE76059633130501b
Octal17516166013166346012033
Binary11111011110111011001011001110110011100110000101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0E76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,14,118); }

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

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

 a { background-color: rgb(125,14,118); }

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

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

 span { border-color: rgb(125,14,118); }

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