#7714A2

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

Shades of Vivid Violet #7714A2

Tints of Vivid Violet #7714A2

Color information

#7714A2 (or 0x7714A2) is unknown color: approx Vivid Violet. HEX triplet: 77, 14 and A2. RGB value is (119,20,162). Sum of RGB (Red+Green+Blue) = 119+20+162=301 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.53% from 301); Green value is 20 (8.20% from 255 or 6.64% from 301); Blue value is 162 (63.67% from 255 or 53.82% from 301); Max value from RGB is 162 - color contains mainly: blue. Hex color #7714A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7714A2 is #88EB5D. Grayscale: #414141. Windows color (decimal): -8973150 or 10622071. OLE color: 10622071.

HSL color Cylindrical-coordinate representation of color #7714A2: hue angle of 281.83º degrees, saturation: 0.78, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7714A2 is Cyan = 0.27, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11920162-
CMYK0.270.8800.36
HSL281.83º78.02%35.69%-
HSV(B)281.83º87.65%63.53%-
XYZ14.387.0334.78-
YUV65.79182.3165.95-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.53%
GREEN value IS 20 (8.20% from 255) = 6.64%
BLUE value IS 162 (63.67% from 255) = 53.82%
R=39.53%
G=6.64%
B=53.82%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal119201620.270.8800.36281.8378.0235.69
Hex7714A21B5802411a4e24
Octal167242423313004443211644
Binary1110111101001010001011011101100001001001000110101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7714A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7714A2; }

 p { color: rgb(119,20,162); }

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

<style>
 a { background-color: #7714A2; }

 a { background-color: rgb(119,20,162); }

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

<style>
 span { border-color: #7714A2; }

 span { border-color: rgb(119,20,162); }

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