#7C1C7D

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

Shades of Dark Purple #7C1C7D

Tints of Dark Purple #7C1C7D

Color information

#7C1C7D (or 0x7C1C7D) is unknown color: approx Dark Purple. HEX triplet: 7C, 1C and 7D. RGB value is (124,28,125). Sum of RGB (Red+Green+Blue) = 124+28+125=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 28 (11.33% from 255 or 10.11% from 277); Blue value is 125 (49.22% from 255 or 45.13% from 277); Max value from RGB is 125 - color contains mainly: blue. Hex color #7C1C7D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1C7D is #83E382. Grayscale: #434343. Windows color (decimal): -8643459 or 8199292. OLE color: 8199292.

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

Color convert

RGB12428125-
CMYK0.010.7800.51
HSL299.38º63.4%30%-
HSV(B)299.38º77.6%49.02%-
XYZ12.436.620.02-
YUV67.76160.3168.11-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 44.77%
GREEN value IS 28 (11.33% from 255) = 10.11%
BLUE value IS 125 (49.22% from 255) = 45.13%
R=44.77%
G=10.11%
B=45.13%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124281250.010.7800.51299.3863.430
Hex7C1C7D14E03312b3f1e
Octal1743417511160634537736
Binary111110011100111110111001110011001110010101111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,28,125); }

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

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

 a { background-color: rgb(124,28,125); }

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

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

 span { border-color: rgb(124,28,125); }

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