Html Css Color HEX #773896 Vivid Violet

📋 copy color: '#773896'

red 119 ◦ green 56 ◦ blue 150

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

Shades of Vivid Violet #773896

Tints of Vivid Violet #773896

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 36.62%
G = 17.23%
B = 46.15%

CMYK

 C value IS 0.21

 M value IS 0.63

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#773896 (or 0x773896) is known color: Vivid Violet. HEX triplet: 77, 38 and 96. RGB value is (119,56,150). Sum of RGB (Red+Green+Blue) = 119+56+150=325 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.62% from 325); Green value is 56 (22.27% from 255 or 17.23% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 150 - color contains mainly: blue. Hex color #773896 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773896 is #88C769. Grayscale: #555555. Windows color (decimal): -8963946 or 9844855. OLE color: 9844855.

HSL color Cylindrical-coordinate representation of color #773896: hue angle of 280.21º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #773896 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 119 56 150 -
CMYK 0.21 0.63 0 0.41
HSL 280.21º 0.46% 0.4% -
HSV(B) 280.21º 0.63% 0.59% -
XYZ 14.53 8.95 29.82 -
YUV 85.55 164.37 151.86 -
System Red Green Blue C M Y K H S L
Decimal 119 56 150 0.21 0.63 0 0.41 280.21 0.46 0.4
Hex 77 38 96 15 3F 0 29 118 2E 28
Octal 167 70 226 25 77 0 51 430 56 50
Binary 1110111 111000 10010110 10101 111111 0 101001 100011000 101110 101000

Color Harmonies of #773896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773896

Black with #773896

Text Example


Text Example

White with #773896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773896; }

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

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

background-color css

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

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

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

border-color css

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

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

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