#7C1F6D

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

Shades of Dark Purple #7C1F6D

Tints of Dark Purple #7C1F6D

Color information

#7C1F6D (or 0x7C1F6D) is unknown color: approx Dark Purple. HEX triplet: 7C, 1F and 6D. RGB value is (124,31,109). Sum of RGB (Red+Green+Blue) = 124+31+109=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 31 (12.5% from 255 or 11.74% from 264); Blue value is 109 (42.97% from 255 or 41.29% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1F6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1F6D is #83E092. Grayscale: #434343. Windows color (decimal): -8642707 or 7151484. OLE color: 7151484.

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

Color convert

RGB12431109-
CMYK00.750.120.51
HSL309.68º60%30.39%-
HSV(B)309.68º75%48.63%-
XYZ11.566.3715.09-
YUV67.7151.31168.16-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 31 (12.5% from 255) = 11.74%
BLUE value IS 109 (42.97% from 255) = 41.29%
R=46.97%
G=11.74%
B=41.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.12
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1243110900.750.120.51309.686030.39
Hex7C1F6D04BC331363c1e
Octal17437155011314634667436
Binary111110011111110110101001011110011001110011011011110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,31,109); }

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

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

 a { background-color: rgb(124,31,109); }

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

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

 span { border-color: rgb(124,31,109); }

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