Html Css Color HEX #773095 Vivid Violet

📋 copy color: '#773095'

red 119 ◦ green 48 ◦ blue 149

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

Shades of Vivid Violet #773095

Tints of Vivid Violet #773095

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.19%

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

R = 37.66%
G = 15.19%
B = 47.15%

CMYK

 C value IS 0.20

 M value IS 0.68

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#773095 (or 0x773095) is known color: Vivid Violet. HEX triplet: 77, 30 and 95. RGB value is (119,48,149). Sum of RGB (Red+Green+Blue) = 119+48+149=316 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.66% from 316); Green value is 48 (19.14% from 255 or 15.19% from 316); Blue value is 149 (58.59% from 255 or 47.15% from 316); Max value from RGB is 149 - color contains mainly: blue. Hex color #773095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773095 is #88CF6A. Grayscale: #505050. Windows color (decimal): -8965995 or 9777271. OLE color: 9777271.

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

Color convert

RGB 119 48 149 -
CMYK 0.20 0.68 0 0.42
HSL 282.18º 0.51% 0.39% -
HSV(B) 282.18º 0.68% 0.58% -
XYZ 14.09 8.21 29.28 -
YUV 80.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 119 48 149 0.20 0.68 0 0.42 282.18 0.51 0.39
Hex 77 30 95 14 44 0 2A 11A 33 27
Octal 167 60 225 24 104 0 52 432 63 47
Binary 1110111 110000 10010101 10100 1000100 0 101010 100011010 110011 100111

Color Harmonies of #773095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773095

Black with #773095

Text Example


Text Example

White with #773095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773095; }

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

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

background-color css

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

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

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

border-color css

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

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

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