Html Css Color HEX #773495 Vivid Violet

📋 copy color: '#773495'

red 119 ◦ green 52 ◦ blue 149

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

Shades of Vivid Violet #773495

Tints of Vivid Violet #773495

RGB

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

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

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

R = 37.19%
G = 16.25%
B = 46.56%

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

#773495 (or 0x773495) is known color: Vivid Violet. HEX triplet: 77, 34 and 95. RGB value is (119,52,149). Sum of RGB (Red+Green+Blue) = 119+52+149=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 149 (58.59% from 255 or 46.56% from 320); Max value from RGB is 149 - color contains mainly: blue. Hex color #773495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773495 is #88CB6A. Grayscale: #525252. Windows color (decimal): -8964971 or 9778295. OLE color: 9778295.

HSL color Cylindrical-coordinate representation of color #773495: hue angle of 281.44º 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 #773495 is Cyan = 0.20, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 52 149 -
CMYK 0.20 0.65 0 0.42
HSL 281.44º 0.48% 0.39% -
HSV(B) 281.44º 0.65% 0.58% -
XYZ 14.26 8.55 29.33 -
YUV 83.09 165.2 153.61 -
System Red Green Blue C M Y K H S L
Decimal 119 52 149 0.20 0.65 0 0.42 281.44 0.48 0.39
Hex 77 34 95 14 41 0 2A 119 30 27
Octal 167 64 225 24 101 0 52 431 60 47
Binary 1110111 110100 10010101 10100 1000001 0 101010 100011001 110000 100111

Color Harmonies of #773495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773495

Black with #773495

Text Example


Text Example

White with #773495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773495; }

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

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

background-color css

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

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

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

border-color css

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

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

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