Html Css Color HEX #773491 Vivid Violet

📋 copy color: '#773491'

red 119 ◦ green 52 ◦ blue 145

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

Shades of Vivid Violet #773491

Tints of Vivid Violet #773491

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.46%

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

R = 37.66%
G = 16.46%
B = 45.89%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#773491 (or 0x773491) is known color: Vivid Violet. HEX triplet: 77, 34 and 91. RGB value is (119,52,145). Sum of RGB (Red+Green+Blue) = 119+52+145=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 145 (57.03% from 255 or 45.89% from 316); Max value from RGB is 145 - color contains mainly: blue. Hex color #773491 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773491 is #88CB6E. Grayscale: #525252. Windows color (decimal): -8964975 or 9516151. OLE color: 9516151.

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

Color convert

RGB 119 52 145 -
CMYK 0.18 0.64 0 0.43
HSL 283.23º 0.47% 0.39% -
HSV(B) 283.23º 0.64% 0.57% -
XYZ 13.95 8.42 27.68 -
YUV 82.64 163.2 153.94 -
System Red Green Blue C M Y K H S L
Decimal 119 52 145 0.18 0.64 0 0.43 283.23 0.47 0.39
Hex 77 34 91 12 40 0 2B 11B 2F 27
Octal 167 64 221 22 100 0 53 433 57 47
Binary 1110111 110100 10010001 10010 1000000 0 101011 100011011 101111 100111

Color Harmonies of #773491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773491

Black with #773491

Text Example


Text Example

White with #773491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773491; }

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

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

background-color css

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

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

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

border-color css

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

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

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