#7A1082

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

Shades of Purple #7A1082

Tints of Purple #7A1082

Color information

#7A1082 (or 0x7A1082) is unknown color: approx Purple. HEX triplet: 7A, 10 and 82. RGB value is (122,16,130). Sum of RGB (Red+Green+Blue) = 122+16+130=268 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.52% from 268); Green value is 16 (6.64% from 255 or 5.97% from 268); Blue value is 130 (51.17% from 255 or 48.51% from 268); Max value from RGB is 130 - color contains mainly: blue. Hex color #7A1082 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1082 is #85EF7D. Grayscale: #3C3C3C. Windows color (decimal): -8777598 or 8523898. OLE color: 8523898.

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

Color convert

RGB12216130-
CMYK0.060.8800.49
HSL295.79º78.08%28.63%-
HSV(B)295.79º87.69%50.98%-
XYZ12.246.1221.66-
YUV60.69167.12171.73-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.52%
GREEN value IS 16 (6.64% from 255) = 5.97%
BLUE value IS 130 (51.17% from 255) = 48.51%
R=45.52%
G=5.97%
B=48.51%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal122161300.060.8800.49295.7978.0828.63
Hex7A10826580311284e1d
Octal17220202613006145011635
Binary1111010100001000001011010110000110001100101000100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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