#7A1984

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

Shades of Purple #7A1984

Tints of Purple #7A1984

Color information

#7A1984 (or 0x7A1984) is unknown color: approx Purple. HEX triplet: 7A, 19 and 84. RGB value is (122,25,132). Sum of RGB (Red+Green+Blue) = 122+25+132=279 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.73% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A1984 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1984 is #85E67B. Grayscale: #414141. Windows color (decimal): -8775292 or 8657274. OLE color: 8657274.

HSL color Cylindrical-coordinate representation of color #7A1984: hue angle of 294.39º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7A1984 is Cyan = 0.08, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB12225132-
CMYK0.080.8100.48
HSL294.39º68.15%30.78%-
HSV(B)294.39º81.06%51.76%-
XYZ12.546.522.42-
YUV66.2165.14167.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.73%
GREEN value IS 25 (10.16% from 255) = 8.96%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=43.73%
G=8.96%
B=47.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122251320.080.8100.48294.3968.1530.78
Hex7A1984851030126441f
Octal172312041012106044610437
Binary11110101100110000100100010100010110000100100110100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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