#7A1982

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

Shades of Dark Purple #7A1982

Tints of Dark Purple #7A1982

Color information

#7A1982 (or 0x7A1982) is unknown color: approx Dark Purple. HEX triplet: 7A, 19 and 82. RGB value is (122,25,130). Sum of RGB (Red+Green+Blue) = 122+25+130=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 130 (51.17% from 255 or 46.93% from 277); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A1982 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1982 is #85E67D. Grayscale: #414141. Windows color (decimal): -8775294 or 8526202. OLE color: 8526202.

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

Color convert

RGB12225130-
CMYK0.060.8100.49
HSL295.43º67.74%30.39%-
HSV(B)295.43º80.77%50.98%-
XYZ12.46.4421.71-
YUV65.97164.14167.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.04%
GREEN value IS 25 (10.16% from 255) = 9.03%
BLUE value IS 130 (51.17% from 255) = 46.93%
R=44.04%
G=9.03%
B=46.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122251300.060.8100.49295.4367.7430.39
Hex7A1982651031127441e
Octal17231202612106144710436
Binary1111010110011000001011010100010110001100100111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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