Html Css Color HEX #77318D Vivid Violet

📋 copy color: '#77318D'

red 119 ◦ green 49 ◦ blue 141

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

Shades of Vivid Violet #77318D

Tints of Vivid Violet #77318D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.86%

 BLUE value IS 141 (55.47% from 255) = 45.63%

R = 38.51%
G = 15.86%
B = 45.63%

CMYK

 C value IS 0.16

 M value IS 0.65

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#77318D (or 0x77318D) is known color: Vivid Violet. HEX triplet: 77, 31 and 8D. RGB value is (119,49,141). Sum of RGB (Red+Green+Blue) = 119+49+141=309 (40% of max value = 765). Red value is 119 (46.88% from 255 or 38.51% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 141 (55.47% from 255 or 45.63% from 309); Max value from RGB is 141 - color contains mainly: blue. Hex color #77318D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77318D is #88CE72. Grayscale: #505050. Windows color (decimal): -8965747 or 9253239. OLE color: 9253239.

HSL color Cylindrical-coordinate representation of color #77318D: hue angle of 285.65º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #77318D is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 119 49 141 -
CMYK 0.16 0.65 0 0.45
HSL 285.65º 0.48% 0.37% -
HSV(B) 285.65º 0.65% 0.55% -
XYZ 13.51 8.04 26.04 -
YUV 80.42 162.19 155.52 -
System Red Green Blue C M Y K H S L
Decimal 119 49 141 0.16 0.65 0 0.45 285.65 0.48 0.37
Hex 77 31 8D 10 41 0 2D 11E 30 25
Octal 167 61 215 20 101 0 55 436 60 45
Binary 1110111 110001 10001101 10000 1000001 0 101101 100011110 110000 100101

Color Harmonies of #77318D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77318D

Black with #77318D

Text Example


Text Example

White with #77318D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #77318D; }

 p { color: rgb(119,49,141); }

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

background-color css

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

 a { background-color: rgb(119,49,141); }

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

border-color css

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

 span { border-color: rgb(119,49,141); }

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