#7C2176

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

Shades of Dark Purple #7C2176

Tints of Dark Purple #7C2176

Color information

#7C2176 (or 0x7C2176) is unknown color: approx Dark Purple. HEX triplet: 7C, 21 and 76. RGB value is (124,33,118). Sum of RGB (Red+Green+Blue) = 124+33+118=275 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.09% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 124 - color contains mainly: red. Hex color #7C2176 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C2176 is #83DE89. Grayscale: #454545. Windows color (decimal): -8642186 or 7741820. OLE color: 7741820.

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

Color convert

RGB12433118-
CMYK00.730.050.51
HSL303.96º57.96%30.78%-
HSV(B)303.96º73.39%48.63%-
XYZ12.136.6817.79-
YUV69.9155.15166.59-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.09%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 118 (46.48% from 255) = 42.91%
R=45.09%
G=12%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.05
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243311800.730.050.51303.9657.9630.78
Hex7C21760495331303a1f
Octal1744116601115634607237
Binary111110010000111101100100100110111001110011000011101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C2176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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