#7A0882

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

Shades of Purple #7A0882

Tints of Purple #7A0882

Color information

#7A0882 (or 0x7A0882) is unknown color: approx Purple. HEX triplet: 7A, 08 and 82. RGB value is (122,8,130). Sum of RGB (Red+Green+Blue) = 122+8+130=260 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.92% from 260); Green value is 8 (3.52% from 255 or 3.08% from 260); Blue value is 130 (51.17% from 255 or 50% from 260); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A0882 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0882 is #85F77D. Grayscale: #373737. Windows color (decimal): -8779646 or 8521850. OLE color: 8521850.

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

Color convert

RGB1228130-
CMYK0.060.9400.49
HSL296.07º88.41%27.06%-
HSV(B)296.07º93.85%50.98%-
XYZ12.145.9221.62-
YUV55.99169.77175.08-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 46.92%
GREEN value IS 8 (3.52% from 255) = 3.08%
BLUE value IS 130 (51.17% from 255) = 50%
R=46.92%
G=3.08%
B=50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal12281300.060.9400.49296.0788.4127.06
Hex7A88265E031128581b
Octal17210202613606145013033
Binary111101010001000001011010111100110001100101000101100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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