#7C196E

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

Shades of Dark Purple #7C196E

Tints of Dark Purple #7C196E

Color information

#7C196E (or 0x7C196E) is unknown color: approx Dark Purple. HEX triplet: 7C, 19 and 6E. RGB value is (124,25,110). Sum of RGB (Red+Green+Blue) = 124+25+110=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 110 (43.36% from 255 or 42.47% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C196E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C196E is #83E691. Grayscale: #404040. Windows color (decimal): -8644242 or 7215484. OLE color: 7215484.

HSL color Cylindrical-coordinate representation of color #7C196E: hue angle of 308.48º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7C196E is Cyan = 0, Magento = 0.80, Yellow = 0.11 and Black (K on CMYK) = 0.51.

Color convert

RGB12425110-
CMYK00.800.110.51
HSL308.48º66.44%29.22%-
HSV(B)308.48º79.84%48.63%-
XYZ11.476.1115.33-
YUV64.29153.8170.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.88%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 110 (43.36% from 255) = 42.47%
R=47.88%
G=9.65%
B=42.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.11
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1242511000.800.110.51308.4866.4429.22
Hex7C196E050B33134421d
Octal174311560120136346410235
Binary1111100110011101110010100001011110011100110100100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,25,110); }

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

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

 a { background-color: rgb(124,25,110); }

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

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

 span { border-color: rgb(124,25,110); }

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