Html Css Color HEX #772791 Vivid Violet

📋 copy color: '#772791'

red 119 ◦ green 39 ◦ blue 145

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

Shades of Vivid Violet #772791

Tints of Vivid Violet #772791

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.87%

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

R = 39.27%
G = 12.87%
B = 47.85%

CMYK

 C value IS 0.18

 M value IS 0.73

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#772791 (or 0x772791) is known color: Vivid Violet. HEX triplet: 77, 27 and 91. RGB value is (119,39,145). Sum of RGB (Red+Green+Blue) = 119+39+145=303 (40% of max value = 765). Red value is 119 (46.88% from 255 or 39.27% from 303); Green value is 39 (15.62% from 255 or 12.87% from 303); Blue value is 145 (57.03% from 255 or 47.85% from 303); Max value from RGB is 145 - color contains mainly: blue. Hex color #772791 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772791 is #88D86E. Grayscale: #4A4A4A. Windows color (decimal): -8968303 or 9512823. OLE color: 9512823.

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

Color convert

RGB 119 39 145 -
CMYK 0.18 0.73 0 0.43
HSL 285.28º 0.58% 0.36% -
HSV(B) 285.28º 0.73% 0.57% -
XYZ 13.44 7.42 27.51 -
YUV 75 167.5 159.38 -
System Red Green Blue C M Y K H S L
Decimal 119 39 145 0.18 0.73 0 0.43 285.28 0.58 0.36
Hex 77 27 91 12 49 0 2B 11D 3A 24
Octal 167 47 221 22 111 0 53 435 72 44
Binary 1110111 100111 10010001 10010 1001001 0 101011 100011101 111010 100100

Color Harmonies of #772791

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772791

Black with #772791

Text Example


Text Example

White with #772791

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772791; }

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

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

background-color css

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

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

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

border-color css

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

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

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