#7A1A90

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

Shades of Vivid Violet #7A1A90

Tints of Vivid Violet #7A1A90

Color information

#7A1A90 (or 0x7A1A90) is unknown color: approx Vivid Violet. HEX triplet: 7A, 1A and 90. RGB value is (122,26,144). Sum of RGB (Red+Green+Blue) = 122+26+144=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 26 (10.55% from 255 or 8.90% from 292); Blue value is 144 (56.64% from 255 or 49.32% from 292); Max value from RGB is 144 - color contains mainly: blue. Hex color #7A1A90 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1A90 is #85E56F. Grayscale: #434343. Windows color (decimal): -8775024 or 9443962. OLE color: 9443962.

HSL color Cylindrical-coordinate representation of color #7A1A90: hue angle of 288.81º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1A90 is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12226144-
CMYK0.150.8200.44
HSL288.81º69.41%33.33%-
HSV(B)288.81º81.94%56.47%-
XYZ13.436.8927.01-
YUV68.16170.8166.41-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.78%
GREEN value IS 26 (10.55% from 255) = 8.90%
BLUE value IS 144 (56.64% from 255) = 49.32%
R=41.78%
G=8.90%
B=49.32%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal122261440.150.8200.44288.8169.4133.33
Hex7A1A90F5202C1214521
Octal172322201712205444110541
Binary111101011010100100001111101001001011001001000011000101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1A90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,26,144); }

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

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

 a { background-color: rgb(122,26,144); }

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

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

 span { border-color: rgb(122,26,144); }

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