Html Css Color HEX #773083 Vivid Violet

📋 copy color: '#773083'

red 119 ◦ green 48 ◦ blue 131

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

Shades of Vivid Violet #773083

Tints of Vivid Violet #773083

RGB

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

 GREEN value IS 48 (19.14% from 255) = 16.11%

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

R = 39.93%
G = 16.11%
B = 43.96%

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

#773083 (or 0x773083) is known color: Vivid Violet. HEX triplet: 77, 30 and 83. RGB value is (119,48,131). Sum of RGB (Red+Green+Blue) = 119+48+131=298 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.93% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #773083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773083 is #88CF7C. Grayscale: #4E4E4E. Windows color (decimal): -8966013 or 8597623. OLE color: 8597623.

HSL color Cylindrical-coordinate representation of color #773083: hue angle of 291.33º 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 #773083 is Cyan = 0.09, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 48 131 -
CMYK 0.09 0.63 0 0.49
HSL 291.33º 0.46% 0.35% -
HSV(B) 291.33º 0.63% 0.51% -
XYZ 12.76 7.67 22.28 -
YUV 78.69 157.52 156.75 -
System Red Green Blue C M Y K H S L
Decimal 119 48 131 0.09 0.63 0 0.49 291.33 0.46 0.35
Hex 77 30 83 9 3F 0 31 123 2E 23
Octal 167 60 203 11 77 0 61 443 56 43
Binary 1110111 110000 10000011 1001 111111 0 110001 100100011 101110 100011

Color Harmonies of #773083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773083

Black with #773083

Text Example


Text Example

White with #773083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773083; }

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

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

background-color css

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

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

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

border-color css

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

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

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