Html Css Color HEX #773382 Vivid Violet

📋 copy color: '#773382'

red 119 ◦ green 51 ◦ blue 130

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

Shades of Vivid Violet #773382

Tints of Vivid Violet #773382

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 43.33%

R = 39.67%
G = 17%
B = 43.33%

CMYK

 C value IS 0.08

 M value IS 0.61

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773382 (or 0x773382) is known color: Vivid Violet. HEX triplet: 77, 33 and 82. RGB value is (119,51,130). Sum of RGB (Red+Green+Blue) = 119+51+130=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 51 (20.31% from 255 or 17% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #773382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773382 is #88CC7D. Grayscale: #505050. Windows color (decimal): -8965246 or 8532855. OLE color: 8532855.

HSL color Cylindrical-coordinate representation of color #773382: hue angle of 291.65º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773382 is Cyan = 0.08, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 51 130 -
CMYK 0.08 0.61 0 0.49
HSL 291.65º 0.44% 0.35% -
HSV(B) 291.65º 0.61% 0.51% -
XYZ 12.82 7.9 21.97 -
YUV 80.34 156.03 155.58 -
System Red Green Blue C M Y K H S L
Decimal 119 51 130 0.08 0.61 0 0.49 291.65 0.44 0.35
Hex 77 33 82 8 3D 0 31 124 2C 23
Octal 167 63 202 10 75 0 61 444 54 43
Binary 1110111 110011 10000010 1000 111101 0 110001 100100100 101100 100011

Color Harmonies of #773382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773382

Black with #773382

Text Example


Text Example

White with #773382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773382; }

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

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

background-color css

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

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

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

border-color css

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

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

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