Html Css Color HEX #771C94 Vivid Violet

📋 copy color: '#771C94'

red 119 ◦ green 28 ◦ blue 148

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

Shades of Vivid Violet #771C94

Tints of Vivid Violet #771C94

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.49%

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

R = 40.34%
G = 9.49%
B = 50.17%

CMYK

 C value IS 0.20

 M value IS 0.81

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771C94 (or 0x771C94) is known color: Vivid Violet. HEX triplet: 77, 1C and 94. RGB value is (119,28,148). Sum of RGB (Red+Green+Blue) = 119+28+148=295 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.34% from 295); Green value is 28 (11.33% from 255 or 9.49% from 295); Blue value is 148 (58.20% from 255 or 50.17% from 295); Max value from RGB is 148 - color contains mainly: blue. Hex color #771C94 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #771C94 is #88E36B. Grayscale: #444444. Windows color (decimal): -8971116 or 9706615. OLE color: 9706615.

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

Color convert

RGB 119 28 148 -
CMYK 0.20 0.81 0 0.42
HSL 285.5º 0.68% 0.35% -
HSV(B) 285.5º 0.81% 0.58% -
XYZ 13.37 6.89 28.64 -
YUV 68.89 172.65 163.74 -
System Red Green Blue C M Y K H S L
Decimal 119 28 148 0.20 0.81 0 0.42 285.5 0.68 0.35
Hex 77 1C 94 14 51 0 2A 11E 44 23
Octal 167 34 224 24 121 0 52 436 104 43
Binary 1110111 11100 10010100 10100 1010001 0 101010 100011110 1000100 100011

Color Harmonies of #771C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771C94

Black with #771C94

Text Example


Text Example

White with #771C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771C94; }

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

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

background-color css

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

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

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

border-color css

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

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

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