Html Css Color HEX #771693 Vivid Violet

📋 copy color: '#771693'

red 119 ◦ green 22 ◦ blue 147

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

Shades of Vivid Violet #771693

Tints of Vivid Violet #771693

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.64%

 BLUE value IS 147 (57.81% from 255) = 51.04%

R = 41.32%
G = 7.64%
B = 51.04%

CMYK

 C value IS 0.19

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#771693 (or 0x771693) is known color: Vivid Violet. HEX triplet: 77, 16 and 93. RGB value is (119,22,147). Sum of RGB (Red+Green+Blue) = 119+22+147=288 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.32% from 288); Green value is 22 (8.98% from 255 or 7.64% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #771693 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771693 is #88E96C. Grayscale: #404040. Windows color (decimal): -8972653 or 9639543. OLE color: 9639543.

HSL color Cylindrical-coordinate representation of color #771693: hue angle of 286.56º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #771693 is Cyan = 0.19, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 22 147 -
CMYK 0.19 0.85 0 0.42
HSL 286.56º 0.74% 0.33% -
HSV(B) 286.56º 0.85% 0.58% -
XYZ 13.16 6.6 28.18 -
YUV 65.25 174.14 166.34 -
System Red Green Blue C M Y K H S L
Decimal 119 22 147 0.19 0.85 0 0.42 286.56 0.74 0.33
Hex 77 16 93 13 55 0 2A 11F 4A 21
Octal 167 26 223 23 125 0 52 437 112 41
Binary 1110111 10110 10010011 10011 1010101 0 101010 100011111 1001010 100001

Color Harmonies of #771693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771693

Black with #771693

Text Example


Text Example

White with #771693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771693; }

 p { color: rgb(119,22,147); }

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

background-color css

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

 a { background-color: rgb(119,22,147); }

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

border-color css

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

 span { border-color: rgb(119,22,147); }

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