#783491

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

Shades of Vivid Violet #783491

Tints of Vivid Violet #783491

Color information

#783491 (or 0x783491) is unknown color: approx Vivid Violet. HEX triplet: 78, 34 and 91. RGB value is (120,52,145). Sum of RGB (Red+Green+Blue) = 120+52+145=317 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.85% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #783491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #783491 is #87CB6E. Grayscale: #525252. Windows color (decimal): -8899439 or 9516152. OLE color: 9516152.

HSL color Cylindrical-coordinate representation of color #783491: hue angle of 283.87º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #783491 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12052145-
CMYK0.170.6400.43
HSL283.87º47.21%38.63%-
HSV(B)283.87º64.14%56.86%-
XYZ14.088.4927.69-
YUV82.93163.03154.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.85%
GREEN value IS 52 (20.70% from 255) = 16.40%
BLUE value IS 145 (57.03% from 255) = 45.74%
R=37.85%
G=16.40%
B=45.74%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal120521450.170.6400.43283.8747.2138.63
Hex783491114002B11c2f27
Octal17064221211000534345747
Binary1111000110100100100011000110000000101011100011100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #783491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #783491; }

 p { color: rgb(120,52,145); }

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

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

 a { background-color: rgb(120,52,145); }

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

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

 span { border-color: rgb(120,52,145); }

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