#7A1E6C

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

Shades of Dark Purple #7A1E6C

Tints of Dark Purple #7A1E6C

Color information

#7A1E6C (or 0x7A1E6C) is unknown color: approx Dark Purple. HEX triplet: 7A, 1E and 6C. RGB value is (122,30,108). Sum of RGB (Red+Green+Blue) = 122+30+108=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1E6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A1E6C is #85E193. Grayscale: #424242. Windows color (decimal): -8774036 or 7085690. OLE color: 7085690.

HSL color Cylindrical-coordinate representation of color #7A1E6C: hue angle of 309.13º degrees, saturation: 0.61, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #7A1E6C is Cyan = 0, Magento = 0.75, Yellow = 0.11 and Black (K on CMYK) = 0.52.

Color convert

RGB12230108-
CMYK00.750.110.52
HSL309.13º60.53%29.8%-
HSV(B)309.13º75.41%47.84%-
XYZ11.26.1514.78-
YUV66.4151.48167.66-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=46.92%
G=11.54%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.11
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1223010800.750.110.52309.1360.5329.8
Hex7A1E6C04BB341353d1e
Octal17236154011313644657536
Binary111101011110110110001001011101111010010011010111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,30,108); }

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

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

 a { background-color: rgb(122,30,108); }

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

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

 span { border-color: rgb(122,30,108); }

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