#7a1484

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

Shades of Purple #7A1484

Tints of Purple #7A1484

Color information

#7A1484 (or 0x7A1484) is unknown color: approx Purple. HEX triplet: 7A, 14 and 84. RGB value is (122,20,132). Sum of RGB (Red+Green+Blue) = 122+20+132=274 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.53% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 132 (51.95% from 255 or 48.18% from 274); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A1484 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1484 is #85EB7B. Grayscale: #3E3E3E. Windows color (decimal): -8776572 or 8655994. OLE color: 8655994.

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

Color convert

RGB12220132-
CMYK0.080.8500.48
HSL294.64º73.68%29.8%-
HSV(B)294.64º84.85%51.76%-
XYZ12.446.322.39-
YUV63.27166.79169.89-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 44.53%
GREEN value IS 20 (8.20% from 255) = 7.30%
BLUE value IS 132 (51.95% from 255) = 48.18%
R=44.53%
G=7.30%
B=48.18%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal122201320.080.8500.48294.6473.6829.8
Hex7A14848550301274a1e
Octal172242041012506044711236
Binary11110101010010000100100010101010110000100100111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a1484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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