Html Css Color HEX #773895 Vivid Violet

📋 copy color: '#773895'

red 119 ◦ green 56 ◦ blue 149

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

Shades of Vivid Violet #773895

Tints of Vivid Violet #773895

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.28%

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

R = 36.73%
G = 17.28%
B = 45.99%

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

#773895 (or 0x773895) is known color: Vivid Violet. HEX triplet: 77, 38 and 95. RGB value is (119,56,149). Sum of RGB (Red+Green+Blue) = 119+56+149=324 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.73% from 324); Green value is 56 (22.27% from 255 or 17.28% from 324); Blue value is 149 (58.59% from 255 or 45.99% from 324); Max value from RGB is 149 - color contains mainly: blue. Hex color #773895 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773895 is #88C76A. Grayscale: #555555. Windows color (decimal): -8963947 or 9779319. OLE color: 9779319.

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

Color convert

RGB 119 56 149 -
CMYK 0.20 0.62 0 0.42
HSL 280.65º 0.45% 0.4% -
HSV(B) 280.65º 0.62% 0.58% -
XYZ 14.45 8.92 29.39 -
YUV 85.44 163.87 151.94 -
System Red Green Blue C M Y K H S L
Decimal 119 56 149 0.20 0.62 0 0.42 280.65 0.45 0.4
Hex 77 38 95 14 3E 0 2A 119 2D 28
Octal 167 70 225 24 76 0 52 431 55 50
Binary 1110111 111000 10010101 10100 111110 0 101010 100011001 101101 101000

Color Harmonies of #773895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773895

Black with #773895

Text Example


Text Example

White with #773895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773895; }

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

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

background-color css

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

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

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

border-color css

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

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

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