#781EA2

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

Shades of Vivid Violet #781EA2

Tints of Vivid Violet #781EA2

Color information

#781EA2 (or 0x781EA2) is unknown color: approx Vivid Violet. HEX triplet: 78, 1E and A2. RGB value is (120,30,162). Sum of RGB (Red+Green+Blue) = 120+30+162=312 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.46% from 312); Green value is 30 (12.11% from 255 or 9.62% from 312); Blue value is 162 (63.67% from 255 or 51.92% from 312); Max value from RGB is 162 - color contains mainly: blue. Hex color #781EA2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781EA2 is #87E15D. Grayscale: #474747. Windows color (decimal): -8905054 or 10624632. OLE color: 10624632.

HSL color Cylindrical-coordinate representation of color #781EA2: hue angle of 280.91º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #781EA2 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12030162-
CMYK0.260.8100.36
HSL280.91º68.75%37.65%-
HSV(B)280.91º81.48%63.53%-
XYZ14.737.5334.86-
YUV71.96178.82162.27-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.46%
GREEN value IS 30 (12.11% from 255) = 9.62%
BLUE value IS 162 (63.67% from 255) = 51.92%
R=38.46%
G=9.62%
B=51.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal120301620.260.8100.36280.9168.7537.65
Hex781EA21A510241194526
Octal170362423212104443110546
Binary1111000111101010001011010101000101001001000110011000101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781EA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #781EA2; }

 p { color: rgb(120,30,162); }

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

<style>
 a { background-color: #781EA2; }

 a { background-color: rgb(120,30,162); }

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

<style>
 span { border-color: #781EA2; }

 span { border-color: rgb(120,30,162); }

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