#7C2F76

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

Shades of Dark Purple #7C2F76

Tints of Dark Purple #7C2F76

Color information

#7C2F76 (or 0x7C2F76) is unknown color: approx Dark Purple. HEX triplet: 7C, 2F and 76. RGB value is (124,47,118). Sum of RGB (Red+Green+Blue) = 124+47+118=289 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.91% from 289); Green value is 47 (18.75% from 255 or 16.26% from 289); Blue value is 118 (46.48% from 255 or 40.83% from 289); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2F76 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2F76 is #83D089. Grayscale: #4D4D4D. Windows color (decimal): -8638602 or 7745404. OLE color: 7745404.

HSL color Cylindrical-coordinate representation of color #7C2F76: hue angle of 304.68º degrees, saturation: 0.45, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #7C2F76 is Cyan = 0, Magento = 0.62, Yellow = 0.05 and Black (K on CMYK) = 0.51.

Color convert

RGB12447118-
CMYK00.620.050.51
HSL304.68º45.03%33.53%-
HSV(B)304.68º62.1%48.63%-
XYZ12.67.6317.95-
YUV78.12150.51160.73-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 42.91%
GREEN value IS 47 (18.75% from 255) = 16.26%
BLUE value IS 118 (46.48% from 255) = 40.83%
R=42.91%
G=16.26%
B=40.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1244711800.620.050.51304.6845.0333.53
Hex7C2F7603E5331312d22
Octal174571660765634615542
Binary111110010111111101100111110101110011100110001101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,47,118); }

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

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

 a { background-color: rgb(124,47,118); }

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

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

 span { border-color: rgb(124,47,118); }

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