#773091

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

Shades of Vivid Violet #773091

Tints of Vivid Violet #773091

Color information

#773091 (or 0x773091) is unknown color: approx Vivid Violet. HEX triplet: 77, 30 and 91. RGB value is (119,48,145). Sum of RGB (Red+Green+Blue) = 119+48+145=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #773091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773091 is #88CF6E. Grayscale: #4F4F4F. Windows color (decimal): -8965999 or 9515127. OLE color: 9515127.

HSL color Cylindrical-coordinate representation of color #773091: hue angle of 283.92º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773091 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11948145-
CMYK0.180.6700.43
HSL283.92º50.26%37.84%-
HSV(B)283.92º66.9%56.86%-
XYZ13.788.0827.62-
YUV80.29164.52155.61-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 38.14%
GREEN value IS 48 (19.14% from 255) = 15.38%
BLUE value IS 145 (57.03% from 255) = 46.47%
R=38.14%
G=15.38%
B=46.47%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119481450.180.6700.43283.9250.2637.84
Hex773091124302B11c3226
Octal16760221221030534346246
Binary1110111110000100100011001010000110101011100011100110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773091

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773091; }

 p { color: rgb(119,48,145); }

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

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

 a { background-color: rgb(119,48,145); }

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

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

 span { border-color: rgb(119,48,145); }

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