Html Css Color HEX #771698 Vivid Violet

📋 copy color: '#771698'

red 119 ◦ green 22 ◦ blue 152

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

Shades of Vivid Violet #771698

Tints of Vivid Violet #771698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 51.88%

R = 40.61%
G = 7.51%
B = 51.88%

CMYK

 C value IS 0.22

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#771698 (or 0x771698) is known color: Vivid Violet. HEX triplet: 77, 16 and 98. RGB value is (119,22,152). Sum of RGB (Red+Green+Blue) = 119+22+152=293 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.61% from 293); Green value is 22 (8.98% from 255 or 7.51% from 293); Blue value is 152 (59.77% from 255 or 51.88% from 293); Max value from RGB is 152 - color contains mainly: blue. Hex color #771698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #771698 is #88E967. Grayscale: #414141. Windows color (decimal): -8972648 or 9967223. OLE color: 9967223.

HSL color Cylindrical-coordinate representation of color #771698: hue angle of 284.77º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #771698 is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 119 22 152 -
CMYK 0.22 0.86 0 0.40
HSL 284.77º 0.75% 0.34% -
HSV(B) 284.77º 0.86% 0.6% -
XYZ 13.56 6.76 30.3 -
YUV 65.82 176.64 165.93 -
System Red Green Blue C M Y K H S L
Decimal 119 22 152 0.22 0.86 0 0.40 284.77 0.75 0.34
Hex 77 16 98 16 56 0 28 11D 4B 22
Octal 167 26 230 26 126 0 50 435 113 42
Binary 1110111 10110 10011000 10110 1010110 0 101000 100011101 1001011 100010

Color Harmonies of #771698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #771698

Black with #771698

Text Example


Text Example

White with #771698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #771698; }

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

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

background-color css

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

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

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

border-color css

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

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

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