#7C1A7A

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

Shades of Dark Purple #7C1A7A

Tints of Dark Purple #7C1A7A

Color information

#7C1A7A (or 0x7C1A7A) is unknown color: approx Dark Purple. HEX triplet: 7C, 1A and 7A. RGB value is (124,26,122). Sum of RGB (Red+Green+Blue) = 124+26+122=272 (36% of max value = 765). Red value is 124 (48.83% from 255 or 45.59% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 122 (48.05% from 255 or 44.85% from 272); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1A7A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1A7A is #83E585. Grayscale: #414141. Windows color (decimal): -8643974 or 8002172. OLE color: 8002172.

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

Color convert

RGB12426122-
CMYK00.790.020.51
HSL301.22º65.33%29.41%-
HSV(B)301.22º79.03%48.63%-
XYZ12.196.4319.01-
YUV66.25159.47169.19-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 45.59%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 122 (48.05% from 255) = 44.85%
R=45.59%
G=9.56%
B=44.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.02
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal1242612200.790.020.51301.2265.3329.41
Hex7C1A7A04F23312d411d
Octal17432172011726345510135
Binary11111001101011110100100111110110011100101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C1A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,26,122); }

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

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

 a { background-color: rgb(124,26,122); }

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

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

 span { border-color: rgb(124,26,122); }

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