#781DA5

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

Shades of Vivid Violet #781DA5

Tints of Vivid Violet #781DA5

Color information

#781DA5 (or 0x781DA5) is unknown color: approx Vivid Violet. HEX triplet: 78, 1D and A5. RGB value is (120,29,165). Sum of RGB (Red+Green+Blue) = 120+29+165=314 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.22% from 314); Green value is 29 (11.72% from 255 or 9.24% from 314); Blue value is 165 (64.84% from 255 or 52.55% from 314); Max value from RGB is 165 - color contains mainly: blue. Hex color #781DA5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #781DA5 is #87E25A. Grayscale: #474747. Windows color (decimal): -8905307 or 10820984. OLE color: 10820984.

HSL color Cylindrical-coordinate representation of color #781DA5: hue angle of 280.15º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #781DA5 is Cyan = 0.27, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB12029165-
CMYK0.270.8200.35
HSL280.15º70.1%38.04%-
HSV(B)280.15º82.42%64.71%-
XYZ14.987.5936.27-
YUV71.71180.65162.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.22%
GREEN value IS 29 (11.72% from 255) = 9.24%
BLUE value IS 165 (64.84% from 255) = 52.55%
R=38.22%
G=9.24%
B=52.55%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal120291650.270.8200.35280.1570.138.04
Hex781DA51B520231184626
Octal170352453312204343010646
Binary1111000111011010010111011101001001000111000110001000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #781DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,29,165); }

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

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

 a { background-color: rgb(120,29,165); }

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

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

 span { border-color: rgb(120,29,165); }

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