#7C1979

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

Shades of Dark Purple #7C1979

Tints of Dark Purple #7C1979

Color information

#7C1979 (or 0x7C1979) is unknown color: approx Dark Purple. HEX triplet: 7C, 19 and 79. RGB value is (124,25,121). Sum of RGB (Red+Green+Blue) = 124+25+121=270 (35% of max value = 765). Red value is 124 (48.83% from 255 or 45.93% from 270); Green value is 25 (10.16% from 255 or 9.26% from 270); Blue value is 121 (47.66% from 255 or 44.81% from 270); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1979 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1979 is #83E686. Grayscale: #414141. Windows color (decimal): -8644231 or 7936380. OLE color: 7936380.

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

Color convert

RGB12425121-
CMYK00.800.020.51
HSL301.82º66.44%29.22%-
HSV(B)301.82º79.84%48.63%-
XYZ12.116.3618.68-
YUV65.54159.3169.69-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.93%
GREEN value IS 25 (10.16% from 255) = 9.26%
BLUE value IS 121 (47.66% from 255) = 44.81%
R=45.93%
G=9.26%
B=44.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1242512100.800.020.51301.8266.4429.22
Hex7C197905023312e421d
Octal17431171012026345610235
Binary11111001100111110010101000010110011100101110100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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