#7A16A0

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

Shades of Vivid Violet #7A16A0

Tints of Vivid Violet #7A16A0

Color information

#7A16A0 (or 0x7A16A0) is unknown color: approx Vivid Violet. HEX triplet: 7A, 16 and A0. RGB value is (122,22,160). Sum of RGB (Red+Green+Blue) = 122+22+160=304 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40.13% from 304); Green value is 22 (8.98% from 255 or 7.24% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #7A16A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A16A0 is #85E95F. Grayscale: #434343. Windows color (decimal): -8776032 or 10491514. OLE color: 10491514.

HSL color Cylindrical-coordinate representation of color #7A16A0: hue angle of 283.48º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7A16A0 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12222160-
CMYK0.240.8600.37
HSL283.48º75.82%35.69%-
HSV(B)283.48º86.25%62.75%-
XYZ14.667.2533.88-
YUV67.63180.13166.78-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40.13%
GREEN value IS 22 (8.98% from 255) = 7.24%
BLUE value IS 160 (62.89% from 255) = 52.63%
R=40.13%
G=7.24%
B=52.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal122221600.240.8600.37283.4875.8235.69
Hex7A16A0185602511b4c24
Octal172262403012604543311444
Binary1111010101101010000011000101011001001011000110111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A16A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,22,160); }

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

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

 a { background-color: rgb(122,22,160); }

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

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

 span { border-color: rgb(122,22,160); }

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