#773085

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

Shades of Vivid Violet #773085

Tints of Vivid Violet #773085

Color information

#773085 (or 0x773085) is unknown color: approx Vivid Violet. HEX triplet: 77, 30 and 85. RGB value is (119,48,133). Sum of RGB (Red+Green+Blue) = 119+48+133=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 48 (19.14% from 255 or 16% from 300); Blue value is 133 (52.34% from 255 or 44.33% from 300); Max value from RGB is 133 - color contains mainly: blue. Hex color #773085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773085 is #88CF7A. Grayscale: #4E4E4E. Windows color (decimal): -8966011 or 8728695. OLE color: 8728695.

HSL color Cylindrical-coordinate representation of color #773085: hue angle of 290.12º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #773085 is Cyan = 0.11, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB11948133-
CMYK0.110.6400.48
HSL290.12º46.96%35.49%-
HSV(B)290.12º63.91%52.16%-
XYZ12.97.7323-
YUV78.92158.52156.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 39.67%
GREEN value IS 48 (19.14% from 255) = 16%
BLUE value IS 133 (52.34% from 255) = 44.33%
R=39.67%
G=16%
B=44.33%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119481330.110.6400.48290.1246.9635.49
Hex773085B400301222f23
Octal16760205131000604425743
Binary111011111000010000101101110000000110000100100010101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #773085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #773085; }

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

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

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

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

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

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

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

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