#7A1E99

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

Shades of Vivid Violet #7A1E99

Tints of Vivid Violet #7A1E99

Color information

#7A1E99 (or 0x7A1E99) is unknown color: approx Vivid Violet. HEX triplet: 7A, 1E and 99. RGB value is (122,30,153). Sum of RGB (Red+Green+Blue) = 122+30+153=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 30 (12.11% from 255 or 9.84% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #7A1E99 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1E99 is #85E166. Grayscale: #474747. Windows color (decimal): -8773991 or 10034810. OLE color: 10034810.

HSL color Cylindrical-coordinate representation of color #7A1E99: hue angle of 284.88º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1E99 is Cyan = 0.20, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB12230153-
CMYK0.200.8000.4
HSL284.88º67.21%35.88%-
HSV(B)284.88º80.39%60%-
XYZ14.247.3730.81-
YUV71.53173.98164-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 40%
GREEN value IS 30 (12.11% from 255) = 9.84%
BLUE value IS 153 (60.16% from 255) = 50.16%
R=40%
G=9.84%
B=50.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal122301530.200.8000.4284.8867.2135.88
Hex7A1E99145002811d4324
Octal172362312412005043510344
Binary1111010111101001100110100101000001010001000111011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A1E99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,30,153); }

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

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

 a { background-color: rgb(122,30,153); }

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

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

 span { border-color: rgb(122,30,153); }

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