Html Css Color HEX #773992 Vivid Violet

📋 copy color: '#773992'

red 119 ◦ green 57 ◦ blue 146

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

Shades of Vivid Violet #773992

Tints of Vivid Violet #773992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 45.34%

R = 36.96%
G = 17.7%
B = 45.34%

CMYK

 C value IS 0.18

 M value IS 0.61

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#773992 (or 0x773992) is known color: Vivid Violet. HEX triplet: 77, 39 and 92. RGB value is (119,57,146). Sum of RGB (Red+Green+Blue) = 119+57+146=322 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.96% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 146 (57.42% from 255 or 45.34% from 322); Max value from RGB is 146 - color contains mainly: blue. Hex color #773992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #773992 is #88C66D. Grayscale: #555555. Windows color (decimal): -8963694 or 9582967. OLE color: 9582967.

HSL color Cylindrical-coordinate representation of color #773992: hue angle of 281.8º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #773992 is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 119 57 146 -
CMYK 0.18 0.61 0 0.43
HSL 281.8º 0.44% 0.4% -
HSV(B) 281.8º 0.61% 0.57% -
XYZ 14.26 8.92 28.17 -
YUV 85.68 162.04 151.76 -
System Red Green Blue C M Y K H S L
Decimal 119 57 146 0.18 0.61 0 0.43 281.8 0.44 0.4
Hex 77 39 92 12 3D 0 2B 11A 2C 28
Octal 167 71 222 22 75 0 53 432 54 50
Binary 1110111 111001 10010010 10010 111101 0 101011 100011010 101100 101000

Color Harmonies of #773992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #773992

Black with #773992

Text Example


Text Example

White with #773992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #773992; }

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

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

background-color css

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

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

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

border-color css

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

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

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