Html Css Color HEX #773091 Vivid Violet

📋 copy color: '#773091'

red 119 ◦ green 48 ◦ blue 145

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

Shades of Vivid Violet #773091

Tints of Vivid Violet #773091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.47%

R = 38.14%
G = 15.38%
B = 46.47%

CMYK

 C value IS 0.18

 M value IS 0.67

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#773091 (or 0x773091) is known color: Vivid Violet. HEX triplet: 77, 30 and 91. RGB value is (119,48,145). Sum of RGB (Red+Green+Blue) = 119+48+145=312 (41% of max value = 765). Red value is 119 (46.88% from 255 or 38.14% from 312); Green value is 48 (19.14% from 255 or 15.38% from 312); Blue value is 145 (57.03% from 255 or 46.47% from 312); Max value from RGB is 145 - color contains mainly: blue. Hex color #773091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773091 is #88CF6E. Grayscale: #4F4F4F. Windows color (decimal): -8965999 or 9515127. OLE color: 9515127.

HSL color Cylindrical-coordinate representation of color #773091: hue angle of 283.92º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #773091 is Cyan = 0.18, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 48 145 -
CMYK 0.18 0.67 0 0.43
HSL 283.92º 0.5% 0.38% -
HSV(B) 283.92º 0.67% 0.57% -
XYZ 13.78 8.08 27.62 -
YUV 80.29 164.52 155.61 -
System Red Green Blue C M Y K H S L
Decimal 119 48 145 0.18 0.67 0 0.43 283.92 0.5 0.38
Hex 77 30 91 12 43 0 2B 11C 32 26
Octal 167 60 221 22 103 0 53 434 62 46
Binary 1110111 110000 10010001 10010 1000011 0 101011 100011100 110010 100110

Color Harmonies of #773091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773091

Black with #773091

Text Example


Text Example

White with #773091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773091; }

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

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

background-color css

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

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

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

border-color css

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

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

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