Html Css Color HEX #773496 Vivid Violet

📋 copy color: '#773496'

red 119 ◦ green 52 ◦ blue 150

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

Shades of Vivid Violet #773496

Tints of Vivid Violet #773496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.73%

R = 37.07%
G = 16.2%
B = 46.73%

CMYK

 C value IS 0.21

 M value IS 0.65

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#773496 (or 0x773496) is known color: Vivid Violet. HEX triplet: 77, 34 and 96. RGB value is (119,52,150). Sum of RGB (Red+Green+Blue) = 119+52+150=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 52 (20.70% from 255 or 16.20% from 321); Blue value is 150 (58.98% from 255 or 46.73% from 321); Max value from RGB is 150 - color contains mainly: blue. Hex color #773496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773496 is #88CB69. Grayscale: #525252. Windows color (decimal): -8964970 or 9843831. OLE color: 9843831.

HSL color Cylindrical-coordinate representation of color #773496: hue angle of 281.02º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773496 is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 52 150 -
CMYK 0.21 0.65 0 0.41
HSL 281.02º 0.49% 0.4% -
HSV(B) 281.02º 0.65% 0.59% -
XYZ 14.34 8.58 29.75 -
YUV 83.21 165.7 153.53 -
System Red Green Blue C M Y K H S L
Decimal 119 52 150 0.21 0.65 0 0.41 281.02 0.49 0.4
Hex 77 34 96 15 41 0 29 119 31 28
Octal 167 64 226 25 101 0 51 431 61 50
Binary 1110111 110100 10010110 10101 1000001 0 101001 100011001 110001 101000

Color Harmonies of #773496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773496

Black with #773496

Text Example


Text Example

White with #773496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773496; }

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

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

background-color css

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

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

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

border-color css

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

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

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