#773095

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

Shades of Vivid Violet #773095

Tints of Vivid Violet #773095

Color information

#773095 (or 0x773095) is unknown color: approx Vivid Violet. HEX triplet: 77, 30 and 95. RGB value is (119,48,149). Sum of RGB (Red+Green+Blue) = 119+48+149=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #773095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773095 is #88CF6A. Grayscale: #505050. Windows color (decimal): -8965995 or 9777271. OLE color: 9777271.

HSL color Cylindrical-coordinate representation of color #773095: hue angle of 282.18º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773095 is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB11948149-
CMYK0.200.6800.42
HSL282.18º51.27%38.63%-
HSV(B)282.18º67.79%58.43%-
XYZ14.098.2129.28-
YUV80.74166.52155.29-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.66%
GREEN value IS 48 (19.14% from 255) = 15.19%
BLUE value IS 149 (58.59% from 255) = 47.15%
R=37.66%
G=15.19%
B=47.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal119481490.200.6800.42282.1851.2738.63
Hex773095144402A11a3327
Octal16760225241040524326347
Binary1110111110000100101011010010001000101010100011010110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773095; }

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

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

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

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

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

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

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

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