#7D0E6C

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

Shades of Dark Purple #7D0E6C

Tints of Dark Purple #7D0E6C

Color information

#7D0E6C (or 0x7D0E6C) is unknown color: approx Dark Purple. HEX triplet: 7D, 0E and 6C. RGB value is (125,14,108). Sum of RGB (Red+Green+Blue) = 125+14+108=247 (32% of max value = 765). Red value is 125 (49.22% from 255 or 50.61% from 247); Green value is 14 (5.86% from 255 or 5.67% from 247); Blue value is 108 (42.58% from 255 or 43.72% from 247); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0E6C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0E6C is #82F193. Grayscale: #393939. Windows color (decimal): -8581524 or 7081597. OLE color: 7081597.

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

Color convert

RGB12514108-
CMYK00.890.140.51
HSL309.19º79.86%27.25%-
HSV(B)309.19º88.8%49.02%-
XYZ11.325.7614.7-
YUV57.9156.27175.86-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 50.61%
GREEN value IS 14 (5.86% from 255) = 5.67%
BLUE value IS 108 (42.58% from 255) = 43.72%
R=50.61%
G=5.67%
B=43.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.14
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1251410800.890.140.51309.1979.8627.25
Hex7DE6C059E33135501b
Octal175161540131166346512033
Binary111110111101101100010110011110110011100110101101000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D0E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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