Html Css Color HEX #773183 Vivid Violet

📋 copy color: '#773183'

red 119 ◦ green 49 ◦ blue 131

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

Shades of Vivid Violet #773183

Tints of Vivid Violet #773183

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.39%

 BLUE value IS 131 (51.56% from 255) = 43.81%

R = 39.8%
G = 16.39%
B = 43.81%

CMYK

 C value IS 0.09

 M value IS 0.63

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#773183 (or 0x773183) is known color: Vivid Violet. HEX triplet: 77, 31 and 83. RGB value is (119,49,131). Sum of RGB (Red+Green+Blue) = 119+49+131=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 49 (19.53% from 255 or 16.39% from 299); Blue value is 131 (51.56% from 255 or 43.81% from 299); Max value from RGB is 131 - color contains mainly: blue. Hex color #773183 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773183 is #88CE7C. Grayscale: #4F4F4F. Windows color (decimal): -8965757 or 8597879. OLE color: 8597879.

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

Color convert

RGB 119 49 131 -
CMYK 0.09 0.63 0 0.49
HSL 291.22º 0.46% 0.35% -
HSV(B) 291.22º 0.63% 0.51% -
XYZ 12.8 7.76 22.3 -
YUV 79.28 157.19 156.33 -
System Red Green Blue C M Y K H S L
Decimal 119 49 131 0.09 0.63 0 0.49 291.22 0.46 0.35
Hex 77 31 83 9 3F 0 31 123 2E 23
Octal 167 61 203 11 77 0 61 443 56 43
Binary 1110111 110001 10000011 1001 111111 0 110001 100100011 101110 100011

Color Harmonies of #773183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773183

Black with #773183

Text Example


Text Example

White with #773183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773183; }

 p { color: rgb(119,49,131); }

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

background-color css

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

 a { background-color: rgb(119,49,131); }

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

border-color css

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

 span { border-color: rgb(119,49,131); }

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