#7C1279

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

Shades of Dark Purple #7C1279

Tints of Dark Purple #7C1279

Color information

#7C1279 (or 0x7C1279) is unknown color: approx Dark Purple. HEX triplet: 7C, 12 and 79. RGB value is (124,18,121). Sum of RGB (Red+Green+Blue) = 124+18+121=263 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.15% from 263); Green value is 18 (7.42% from 255 or 6.84% from 263); Blue value is 121 (47.66% from 255 or 46.01% from 263); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7C1279 is #83ED86. Grayscale: #3D3D3D. Windows color (decimal): -8646023 or 7934588. OLE color: 7934588.

HSL color Cylindrical-coordinate representation of color #7C1279: hue angle of 301.7º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7C1279 is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.51.

Color convert

RGB12418121-
CMYK00.850.020.51
HSL301.7º74.65%27.84%-
HSV(B)301.7º85.48%48.63%-
XYZ11.986.118.63-
YUV61.44161.62172.62-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 47.15%
GREEN value IS 18 (7.42% from 255) = 6.84%
BLUE value IS 121 (47.66% from 255) = 46.01%
R=47.15%
G=6.84%
B=46.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1241812100.850.020.51301.774.6527.84
Hex7C127905523312e4b1c
Octal17422171012526345611334
Binary11111001001011110010101010110110011100101110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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