Html Css Color HEX #773494 Vivid Violet

📋 copy color: '#773494'

red 119 ◦ green 52 ◦ blue 148

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

Shades of Vivid Violet #773494

Tints of Vivid Violet #773494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 46.39%

R = 37.3%
G = 16.3%
B = 46.39%

CMYK

 C value IS 0.20

 M value IS 0.65

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773494 (or 0x773494) is known color: Vivid Violet. HEX triplet: 77, 34 and 94. RGB value is (119,52,148). Sum of RGB (Red+Green+Blue) = 119+52+148=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 148 (58.20% from 255 or 46.39% from 319); Max value from RGB is 148 - color contains mainly: blue. Hex color #773494 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773494 is #88CB6B. Grayscale: #525252. Windows color (decimal): -8964972 or 9712759. OLE color: 9712759.

HSL color Cylindrical-coordinate representation of color #773494: hue angle of 281.88º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #773494 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 52 148 -
CMYK 0.20 0.65 0 0.42
HSL 281.88º 0.48% 0.39% -
HSV(B) 281.88º 0.65% 0.58% -
XYZ 14.18 8.52 28.91 -
YUV 82.98 164.7 153.69 -
System Red Green Blue C M Y K H S L
Decimal 119 52 148 0.20 0.65 0 0.42 281.88 0.48 0.39
Hex 77 34 94 14 41 0 2A 11A 30 27
Octal 167 64 224 24 101 0 52 432 60 47
Binary 1110111 110100 10010100 10100 1000001 0 101010 100011010 110000 100111

Color Harmonies of #773494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773494

Black with #773494

Text Example


Text Example

White with #773494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773494; }

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

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

background-color css

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

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

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

border-color css

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

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

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