Html Css Color HEX #773386 Vivid Violet

📋 copy color: '#773386'

red 119 ◦ green 51 ◦ blue 134

#773386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #773386

Tints of Vivid Violet #773386

RGB

 RED value IS 119 (46.88% from 255) = 39.14%

 GREEN value IS 51 (20.31% from 255) = 16.78%

 BLUE value IS 134 (52.73% from 255) = 44.08%

R = 39.14%
G = 16.78%
B = 44.08%

CMYK

 C value IS 0.11

 M value IS 0.62

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#773386 (or 0x773386) is known color: Vivid Violet. HEX triplet: 77, 33 and 86. RGB value is (119,51,134). Sum of RGB (Red+Green+Blue) = 119+51+134=304 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.14% from 304); Green value is 51 (20.31% from 255 or 16.78% from 304); Blue value is 134 (52.73% from 255 or 44.08% from 304); Max value from RGB is 134 - color contains mainly: blue. Hex color #773386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773386 is #88CC79. Grayscale: #505050. Windows color (decimal): -8965242 or 8794999. OLE color: 8794999.

HSL color Cylindrical-coordinate representation of color #773386: hue angle of 289.16º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #773386 is Cyan = 0.11, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 51 134 -
CMYK 0.11 0.62 0 0.47
HSL 289.16º 0.45% 0.36% -
HSV(B) 289.16º 0.62% 0.53% -
XYZ 13.09 8.01 23.41 -
YUV 80.79 158.03 155.25 -
System Red Green Blue C M Y K H S L
Decimal 119 51 134 0.11 0.62 0 0.47 289.16 0.45 0.36
Hex 77 33 86 B 3E 0 2F 121 2D 24
Octal 167 63 206 13 76 0 57 441 55 44
Binary 1110111 110011 10000110 1011 111110 0 101111 100100001 101101 100100

Color Harmonies of #773386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773386

Black with #773386

Text Example


Text Example

White with #773386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773386; }

 p { color: rgb(119,51,134); }

 H1.HeaderClassName
 {
   color: #773386;
 }
 .AnyTagClassName
 {
   color: #773386;
 }
</style>

background-color css

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

 a { background-color: rgb(119,51,134); }

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

border-color css

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

 span { border-color: rgb(119,51,134); }

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