Html Css Color HEX #773995 Vivid Violet

📋 copy color: '#773995'

red 119 ◦ green 57 ◦ blue 149

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

Shades of Vivid Violet #773995

Tints of Vivid Violet #773995

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.54%

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

R = 36.62%
G = 17.54%
B = 45.85%

CMYK

 C value IS 0.20

 M value IS 0.62

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773995 (or 0x773995) is known color: Vivid Violet. HEX triplet: 77, 39 and 95. RGB value is (119,57,149). Sum of RGB (Red+Green+Blue) = 119+57+149=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 149 (58.59% from 255 or 45.85% from 325); Max value from RGB is 149 - color contains mainly: blue. Hex color #773995 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773995 is #88C66A. Grayscale: #555555. Windows color (decimal): -8963691 or 9779575. OLE color: 9779575.

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

Color convert

RGB 119 57 149 -
CMYK 0.20 0.62 0 0.42
HSL 280.43º 0.45% 0.4% -
HSV(B) 280.43º 0.62% 0.58% -
XYZ 14.5 9.02 29.41 -
YUV 86.03 163.54 151.52 -
System Red Green Blue C M Y K H S L
Decimal 119 57 149 0.20 0.62 0 0.42 280.43 0.45 0.4
Hex 77 39 95 14 3E 0 2A 118 2D 28
Octal 167 71 225 24 76 0 52 430 55 50
Binary 1110111 111001 10010101 10100 111110 0 101010 100011000 101101 101000

Color Harmonies of #773995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773995

Black with #773995

Text Example


Text Example

White with #773995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773995; }

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

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

background-color css

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

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

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

border-color css

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

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

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