#7C1E6D

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

Shades of Dark Purple #7C1E6D

Tints of Dark Purple #7C1E6D

Color information

#7C1E6D (or 0x7C1E6D) is unknown color: approx Dark Purple. HEX triplet: 7C, 1E and 6D. RGB value is (124,30,109). Sum of RGB (Red+Green+Blue) = 124+30+109=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 30 (12.11% from 255 or 11.41% from 263); Blue value is 109 (42.97% from 255 or 41.44% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1E6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1E6D is #83E192. Grayscale: #424242. Windows color (decimal): -8642963 or 7151228. OLE color: 7151228.

HSL color Cylindrical-coordinate representation of color #7C1E6D: hue angle of 309.57º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7C1E6D is Cyan = 0, Magento = 0.76, Yellow = 0.12 and Black (K on CMYK) = 0.51.

Color convert

RGB12430109-
CMYK00.760.120.51
HSL309.57º61.04%30.2%-
HSV(B)309.57º75.81%48.63%-
XYZ11.546.3215.08-
YUV67.11151.64168.58-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 30 (12.11% from 255) = 11.41%
BLUE value IS 109 (42.97% from 255) = 41.44%
R=47.15%
G=11.41%
B=41.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243010900.760.120.51309.5761.0430.2
Hex7C1E6D04CC331363d1e
Octal17436155011414634667536
Binary111110011110110110101001100110011001110011011011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,30,109); }

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

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

 a { background-color: rgb(124,30,109); }

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

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

 span { border-color: rgb(124,30,109); }

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