Html Css Color HEX #773591 Vivid Violet

📋 copy color: '#773591'

red 119 ◦ green 53 ◦ blue 145

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

Shades of Vivid Violet #773591

Tints of Vivid Violet #773591

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.72%

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

R = 37.54%
G = 16.72%
B = 45.74%

CMYK

 C value IS 0.18

 M value IS 0.63

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#773591 (or 0x773591) is known color: Vivid Violet. HEX triplet: 77, 35 and 91. RGB value is (119,53,145). Sum of RGB (Red+Green+Blue) = 119+53+145=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 53 (21.09% from 255 or 16.72% from 317); Blue value is 145 (57.03% from 255 or 45.74% from 317); Max value from RGB is 145 - color contains mainly: blue. Hex color #773591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773591 is #88CA6E. Grayscale: #525252. Windows color (decimal): -8964719 or 9516407. OLE color: 9516407.

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

Color convert

RGB 119 53 145 -
CMYK 0.18 0.63 0 0.43
HSL 283.04º 0.46% 0.39% -
HSV(B) 283.04º 0.63% 0.57% -
XYZ 13.99 8.51 27.69 -
YUV 83.22 162.87 153.52 -
System Red Green Blue C M Y K H S L
Decimal 119 53 145 0.18 0.63 0 0.43 283.04 0.46 0.39
Hex 77 35 91 12 3F 0 2B 11B 2E 27
Octal 167 65 221 22 77 0 53 433 56 47
Binary 1110111 110101 10010001 10010 111111 0 101011 100011011 101110 100111

Color Harmonies of #773591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773591

Black with #773591

Text Example


Text Example

White with #773591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773591; }

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

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

background-color css

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

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

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

border-color css

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

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

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