#7C1D6F

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

Shades of Dark Purple #7C1D6F

Tints of Dark Purple #7C1D6F

Color information

#7C1D6F (or 0x7C1D6F) is unknown color: approx Dark Purple. HEX triplet: 7C, 1D and 6F. RGB value is (124,29,111). Sum of RGB (Red+Green+Blue) = 124+29+111=264 (34% of max value = 765). Red value is 124 (48.83% from 255 or 46.97% from 264); Green value is 29 (11.72% from 255 or 10.98% from 264); Blue value is 111 (43.75% from 255 or 42.05% from 264); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D6F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1D6F is #83E290. Grayscale: #424242. Windows color (decimal): -8643217 or 7282044. OLE color: 7282044.

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

Color convert

RGB12429111-
CMYK00.770.100.51
HSL308.21º62.09%30%-
HSV(B)308.21º76.61%48.63%-
XYZ11.626.3115.64-
YUV66.75152.97168.83-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 46.97%
GREEN value IS 29 (11.72% from 255) = 10.98%
BLUE value IS 111 (43.75% from 255) = 42.05%
R=46.97%
G=10.98%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.10
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1242911100.770.100.51308.2162.0930
Hex7C1D6F04DA331343e1e
Octal17435157011512634647636
Binary111110011101110111101001101101011001110011010011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,29,111); }

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

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

 a { background-color: rgb(124,29,111); }

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

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

 span { border-color: rgb(124,29,111); }

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