Html Css Color HEX #77408C Vivid Violet

📋 copy color: '#77408C'

red 119 ◦ green 64 ◦ blue 140

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

Shades of Vivid Violet #77408C

Tints of Vivid Violet #77408C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.81%

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

R = 36.84%
G = 19.81%
B = 43.34%

CMYK

 C value IS 0.15

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77408C (or 0x77408C) is known color: Vivid Violet. HEX triplet: 77, 40 and 8C. RGB value is (119,64,140). Sum of RGB (Red+Green+Blue) = 119+64+140=323 (42% of max value = 765). Red value is 119 (46.88% from 255 or 36.84% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 140 - color contains mainly: blue. Hex color #77408C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77408C is #88BF73. Grayscale: #585858. Windows color (decimal): -8961908 or 9191543. OLE color: 9191543.

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

Color convert

RGB 119 64 140 -
CMYK 0.15 0.54 0 0.45
HSL 283.42º 0.37% 0.4% -
HSV(B) 283.42º 0.54% 0.55% -
XYZ 14.17 9.48 25.89 -
YUV 89.11 156.72 149.32 -
System Red Green Blue C M Y K H S L
Decimal 119 64 140 0.15 0.54 0 0.45 283.42 0.37 0.4
Hex 77 40 8C F 36 0 2D 11B 25 28
Octal 167 100 214 17 66 0 55 433 45 50
Binary 1110111 1000000 10001100 1111 110110 0 101101 100011011 100101 101000

Color Harmonies of #77408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77408C

Black with #77408C

Text Example


Text Example

White with #77408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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