Html Css Color HEX #773198 Vivid Violet

📋 copy color: '#773198'

red 119 ◦ green 49 ◦ blue 152

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

Shades of Vivid Violet #773198

Tints of Vivid Violet #773198

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.31%

 BLUE value IS 152 (59.77% from 255) = 47.5%

R = 37.19%
G = 15.31%
B = 47.5%

CMYK

 C value IS 0.22

 M value IS 0.68

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#773198 (or 0x773198) is known color: Vivid Violet. HEX triplet: 77, 31 and 98. RGB value is (119,49,152). Sum of RGB (Red+Green+Blue) = 119+49+152=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 152 (59.77% from 255 or 47.5% from 320); Max value from RGB is 152 - color contains mainly: blue. Hex color #773198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773198 is #88CE67. Grayscale: #515151. Windows color (decimal): -8965736 or 9974135. OLE color: 9974135.

HSL color Cylindrical-coordinate representation of color #773198: hue angle of 280.78º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #773198 is Cyan = 0.22, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 49 152 -
CMYK 0.22 0.68 0 0.40
HSL 280.78º 0.51% 0.39% -
HSV(B) 280.78º 0.68% 0.6% -
XYZ 14.37 8.39 30.57 -
YUV 81.67 167.69 154.62 -
System Red Green Blue C M Y K H S L
Decimal 119 49 152 0.22 0.68 0 0.40 280.78 0.51 0.39
Hex 77 31 98 16 44 0 28 119 33 27
Octal 167 61 230 26 104 0 50 431 63 47
Binary 1110111 110001 10011000 10110 1000100 0 101000 100011001 110011 100111

Color Harmonies of #773198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773198

Black with #773198

Text Example


Text Example

White with #773198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773198; }

 p { color: rgb(119,49,152); }

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

background-color css

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

 a { background-color: rgb(119,49,152); }

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

border-color css

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

 span { border-color: rgb(119,49,152); }

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