#7A1970

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

Shades of Dark Purple #7A1970

Tints of Dark Purple #7A1970

Color information

#7A1970 (or 0x7A1970) is unknown color: approx Dark Purple. HEX triplet: 7A, 19 and 70. RGB value is (122,25,112). Sum of RGB (Red+Green+Blue) = 122+25+112=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 25 (10.16% from 255 or 9.65% from 259); Blue value is 112 (44.14% from 255 or 43.24% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1970 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1970 is #85E68F. Grayscale: #3F3F3F. Windows color (decimal): -8775312 or 7346554. OLE color: 7346554.

HSL color Cylindrical-coordinate representation of color #7A1970: hue angle of 306.19º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1970 is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB12225112-
CMYK00.800.080.52
HSL306.19º65.99%28.82%-
HSV(B)306.19º79.51%47.84%-
XYZ11.3615.89-
YUV63.92155.14169.43-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.10%
GREEN value IS 25 (10.16% from 255) = 9.65%
BLUE value IS 112 (44.14% from 255) = 43.24%
R=47.10%
G=9.65%
B=43.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1222511200.800.080.52306.1965.9928.82
Hex7A1970050834132421d
Octal172311600120106446210235
Binary1111010110011110000010100001000110100100110010100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,25,112); }

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

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

 a { background-color: rgb(122,25,112); }

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

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

 span { border-color: rgb(122,25,112); }

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