#7814A3

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

Shades of Vivid Violet #7814A3

Tints of Vivid Violet #7814A3

Color information

#7814A3 (or 0x7814A3) is unknown color: approx Vivid Violet. HEX triplet: 78, 14 and A3. RGB value is (120,20,163). Sum of RGB (Red+Green+Blue) = 120+20+163=303 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.60% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 163 (64.06% from 255 or 53.80% from 303); Max value from RGB is 163 - color contains mainly: blue. Hex color #7814A3 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7814A3 is #87EB5C. Grayscale: #414141. Windows color (decimal): -8907613 or 10687608. OLE color: 10687608.

HSL color Cylindrical-coordinate representation of color #7814A3: hue angle of 281.96º 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 #7814A3 is Cyan = 0.26, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12020163-
CMYK0.260.8800.36
HSL281.96º78.14%35.88%-
HSV(B)281.96º87.73%63.92%-
XYZ14.617.1435.26-
YUV66.2182.63166.37-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.60%
GREEN value IS 20 (8.20% from 255) = 6.60%
BLUE value IS 163 (64.06% from 255) = 53.80%
R=39.60%
G=6.60%
B=53.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120201630.260.8800.36281.9678.1435.88
Hex7814A31A5802411a4e24
Octal170242433213004443211644
Binary1111000101001010001111010101100001001001000110101001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7814A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7814A3; }

 p { color: rgb(120,20,163); }

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

<style>
 a { background-color: #7814A3; }

 a { background-color: rgb(120,20,163); }

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

<style>
 span { border-color: #7814A3; }

 span { border-color: rgb(120,20,163); }

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