Html Css Color HEX #77198C Vivid Violet

📋 copy color: '#77198C'

red 119 ◦ green 25 ◦ blue 140

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

Shades of Vivid Violet #77198C

Tints of Vivid Violet #77198C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 49.3%

R = 41.9%
G = 8.8%
B = 49.3%

CMYK

 C value IS 0.15

 M value IS 0.82

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77198C (or 0x77198C) is known color: Vivid Violet. HEX triplet: 77, 19 and 8C. RGB value is (119,25,140). Sum of RGB (Red+Green+Blue) = 119+25+140=284 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.90% from 284); Green value is 25 (10.16% from 255 or 8.80% from 284); Blue value is 140 (55.08% from 255 or 49.30% from 284); Max value from RGB is 140 - color contains mainly: blue. Hex color #77198C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #77198C is #88E673. Grayscale: #414141. Windows color (decimal): -8971892 or 9181559. OLE color: 9181559.

HSL color Cylindrical-coordinate representation of color #77198C: hue angle of 289.04º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #77198C is Cyan = 0.15, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 25 140 -
CMYK 0.15 0.82 0 0.45
HSL 289.04º 0.7% 0.32% -
HSV(B) 289.04º 0.82% 0.55% -
XYZ 12.69 6.51 25.4 -
YUV 66.22 169.64 165.65 -
System Red Green Blue C M Y K H S L
Decimal 119 25 140 0.15 0.82 0 0.45 289.04 0.7 0.32
Hex 77 19 8C F 52 0 2D 121 46 20
Octal 167 31 214 17 122 0 55 441 106 40
Binary 1110111 11001 10001100 1111 1010010 0 101101 100100001 1000110 100000

Color Harmonies of #77198C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77198C

Black with #77198C

Text Example


Text Example

White with #77198C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77198C; }

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

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

background-color css

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

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

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

border-color css

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

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

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