#7A197F

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

Shades of Dark Purple #7A197F

Tints of Dark Purple #7A197F

Color information

#7A197F (or 0x7A197F) is unknown color: approx Dark Purple. HEX triplet: 7A, 19 and 7F. RGB value is (122,25,127). Sum of RGB (Red+Green+Blue) = 122+25+127=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 25 (10.16% from 255 or 9.12% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #7A197F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A197F is #85E680. Grayscale: #414141. Windows color (decimal): -8775297 or 8329594. OLE color: 8329594.

HSL color Cylindrical-coordinate representation of color #7A197F: hue angle of 297.06º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A197F is Cyan = 0.04, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB12225127-
CMYK0.040.8000.50
HSL297.06º67.11%29.8%-
HSV(B)297.06º80.31%49.8%-
XYZ12.26.3720.66-
YUV65.63162.64168.21-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 25 (10.16% from 255) = 9.12%
BLUE value IS 127 (50% from 255) = 46.35%
R=44.53%
G=9.12%
B=46.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal122251270.040.8000.50297.0667.1129.8
Hex7A197F450032129431e
Octal17231177412006245110336
Binary111101011001111111110010100000110010100101001100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A197F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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