Html Css Color HEX #773195 Vivid Violet

📋 copy color: '#773195'

red 119 ◦ green 49 ◦ blue 149

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

Shades of Vivid Violet #773195

Tints of Vivid Violet #773195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 47%

R = 37.54%
G = 15.46%
B = 47%

CMYK

 C value IS 0.20

 M value IS 0.67

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773195 (or 0x773195) is known color: Vivid Violet. HEX triplet: 77, 31 and 95. RGB value is (119,49,149). Sum of RGB (Red+Green+Blue) = 119+49+149=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 49 (19.53% from 255 or 15.46% from 317); Blue value is 149 (58.59% from 255 or 47.00% from 317); Max value from RGB is 149 - color contains mainly: blue. Hex color #773195 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773195 is #88CE6A. Grayscale: #515151. Windows color (decimal): -8965739 or 9777527. OLE color: 9777527.

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

Color convert

RGB 119 49 149 -
CMYK 0.20 0.67 0 0.42
HSL 282º 0.51% 0.39% -
HSV(B) 282º 0.67% 0.58% -
XYZ 14.13 8.29 29.29 -
YUV 81.33 166.19 154.87 -
System Red Green Blue C M Y K H S L
Decimal 119 49 149 0.20 0.67 0 0.42 282 0.51 0.39
Hex 77 31 95 14 43 0 2A 11A 33 27
Octal 167 61 225 24 103 0 52 432 63 47
Binary 1110111 110001 10010101 10100 1000011 0 101010 100011010 110011 100111

Color Harmonies of #773195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773195

Black with #773195

Text Example


Text Example

White with #773195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773195; }

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

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

background-color css

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

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

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

border-color css

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

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

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