Html Css Color HEX #772991 Vivid Violet

📋 copy color: '#772991'

red 119 ◦ green 41 ◦ blue 145

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

Shades of Vivid Violet #772991

Tints of Vivid Violet #772991

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.44%

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

R = 39.02%
G = 13.44%
B = 47.54%

CMYK

 C value IS 0.18

 M value IS 0.72

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#772991 (or 0x772991) is known color: Vivid Violet. HEX triplet: 77, 29 and 91. RGB value is (119,41,145). Sum of RGB (Red+Green+Blue) = 119+41+145=305 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.02% from 305); Green value is 41 (16.41% from 255 or 13.44% from 305); Blue value is 145 (57.03% from 255 or 47.54% from 305); Max value from RGB is 145 - color contains mainly: blue. Hex color #772991 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772991 is #88D66E. Grayscale: #4B4B4B. Windows color (decimal): -8967791 or 9513335. OLE color: 9513335.

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

Color convert

RGB 119 41 145 -
CMYK 0.18 0.72 0 0.43
HSL 285º 0.56% 0.36% -
HSV(B) 285º 0.72% 0.57% -
XYZ 13.51 7.55 27.53 -
YUV 76.18 166.84 158.54 -
System Red Green Blue C M Y K H S L
Decimal 119 41 145 0.18 0.72 0 0.43 285 0.56 0.36
Hex 77 29 91 12 48 0 2B 11D 38 24
Octal 167 51 221 22 110 0 53 435 70 44
Binary 1110111 101001 10010001 10010 1001000 0 101011 100011101 111000 100100

Color Harmonies of #772991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772991

Black with #772991

Text Example


Text Example

White with #772991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772991; }

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

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

background-color css

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

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

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

border-color css

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

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

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