#7A016A

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

Shades of Purple #7A016A

Tints of Purple #7A016A

Color information

#7A016A (or 0x7A016A) is unknown color: approx Purple. HEX triplet: 7A, 01 and 6A. RGB value is (122,1,106). Sum of RGB (Red+Green+Blue) = 122+1+106=229 (30% of max value = 765). Red value is 122 (48.05% from 255 or 53.28% from 229); Green value is 1 (0.78% from 255 or 0.44% from 229); Blue value is 106 (41.80% from 255 or 46.29% from 229); Max value from RGB is 122 - color contains mainly: red. Hex color #7A016A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A016A is #85FE95. Grayscale: #303030. Windows color (decimal): -8781462 or 6947194. OLE color: 6947194.

HSL color Cylindrical-coordinate representation of color #7A016A: hue angle of 307.93º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A016A is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.52.

Color convert

RGB1221106-
CMYK00.990.130.52
HSL307.93º98.37%24.12%-
HSV(B)307.93º99.18%47.84%-
XYZ10.645.214.08-
YUV49.15160.09179.96-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.28%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 106 (41.80% from 255) = 46.29%
R=53.28%
G=0.44%
B=46.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.13
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122110600.990.130.52307.9398.3724.12
Hex7A16A063D341346218
Octal17211520143156446414230
Binary111101011101010011000111101110100100110100110001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A016A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,1,106); }

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

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

 a { background-color: rgb(122,1,106); }

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

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

 span { border-color: rgb(122,1,106); }

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