Html Css Color HEX #771994 Vivid Violet

📋 copy color: '#771994'

red 119 ◦ green 25 ◦ blue 148

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

Shades of Vivid Violet #771994

Tints of Vivid Violet #771994

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.56%

 BLUE value IS 148 (58.2% from 255) = 50.68%

R = 40.75%
G = 8.56%
B = 50.68%

CMYK

 C value IS 0.20

 M value IS 0.83

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771994 (or 0x771994) is known color: Vivid Violet. HEX triplet: 77, 19 and 94. RGB value is (119,25,148). Sum of RGB (Red+Green+Blue) = 119+25+148=292 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.75% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 148 (58.20% from 255 or 50.68% from 292); Max value from RGB is 148 - color contains mainly: blue. Hex color #771994 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771994 is #88E66B. Grayscale: #424242. Windows color (decimal): -8971884 or 9705847. OLE color: 9705847.

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

Color convert

RGB 119 25 148 -
CMYK 0.20 0.83 0 0.42
HSL 285.85º 0.71% 0.34% -
HSV(B) 285.85º 0.83% 0.58% -
XYZ 13.3 6.76 28.62 -
YUV 67.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 119 25 148 0.20 0.83 0 0.42 285.85 0.71 0.34
Hex 77 19 94 14 53 0 2A 11E 47 22
Octal 167 31 224 24 123 0 52 436 107 42
Binary 1110111 11001 10010100 10100 1010011 0 101010 100011110 1000111 100010

Color Harmonies of #771994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771994

Black with #771994

Text Example


Text Example

White with #771994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771994; }

 p { color: rgb(119,25,148); }

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

background-color css

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

 a { background-color: rgb(119,25,148); }

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

border-color css

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

 span { border-color: rgb(119,25,148); }

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