#7A0482

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

Shades of Purple #7A0482

Tints of Purple #7A0482

Color information

#7A0482 (or 0x7A0482) is unknown color: approx Purple. HEX triplet: 7A, 04 and 82. RGB value is (122,4,130). Sum of RGB (Red+Green+Blue) = 122+4+130=256 (33% of max value = 765). Red value is 122 (48.05% from 255 or 47.66% from 256); Green value is 4 (1.95% from 255 or 1.56% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0482 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0482 is #85FB7D. Grayscale: #353535. Windows color (decimal): -8780670 or 8520826. OLE color: 8520826.

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

Color convert

RGB1224130-
CMYK0.060.9700.49
HSL296.19º94.03%26.27%-
HSV(B)296.19º96.92%50.98%-
XYZ12.15.8421.61-
YUV53.65171.09176.75-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 47.66%
GREEN value IS 4 (1.95% from 255) = 1.56%
BLUE value IS 130 (51.17% from 255) = 50.78%
R=47.66%
G=1.56%
B=50.78%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12241300.060.9700.49296.1994.0326.27
Hex7A4826610311285e1a
Octal1724202614106145013632
Binary11110101001000001011011000010110001100101000101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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