Html Css Color HEX #772091 Vivid Violet

📋 copy color: '#772091'

red 119 ◦ green 32 ◦ blue 145

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

Shades of Vivid Violet #772091

Tints of Vivid Violet #772091

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.81%

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

R = 40.2%
G = 10.81%
B = 48.99%

CMYK

 C value IS 0.18

 M value IS 0.78

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#772091 (or 0x772091) is known color: Vivid Violet. HEX triplet: 77, 20 and 91. RGB value is (119,32,145). Sum of RGB (Red+Green+Blue) = 119+32+145=296 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.20% from 296); Green value is 32 (12.89% from 255 or 10.81% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #772091 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772091 is #88DF6E. Grayscale: #464646. Windows color (decimal): -8970095 or 9511031. OLE color: 9511031.

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

Color convert

RGB 119 32 145 -
CMYK 0.18 0.78 0 0.43
HSL 286.19º 0.64% 0.35% -
HSV(B) 286.19º 0.78% 0.57% -
XYZ 13.24 7 27.44 -
YUV 70.9 169.82 162.31 -
System Red Green Blue C M Y K H S L
Decimal 119 32 145 0.18 0.78 0 0.43 286.19 0.64 0.35
Hex 77 20 91 12 4E 0 2B 11E 40 23
Octal 167 40 221 22 116 0 53 436 100 43
Binary 1110111 100000 10010001 10010 1001110 0 101011 100011110 1000000 100011

Color Harmonies of #772091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772091

Black with #772091

Text Example


Text Example

White with #772091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772091; }

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

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

background-color css

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

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

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

border-color css

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

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

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