Html Css Color HEX #77299D Vivid Violet

📋 copy color: '#77299D'

red 119 ◦ green 41 ◦ blue 157

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

Shades of Vivid Violet #77299D

Tints of Vivid Violet #77299D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.93%

 BLUE value IS 157 (61.72% from 255) = 49.53%

R = 37.54%
G = 12.93%
B = 49.53%

CMYK

 C value IS 0.24

 M value IS 0.74

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#77299D (or 0x77299D) is known color: Vivid Violet. HEX triplet: 77, 29 and 9D. RGB value is (119,41,157). Sum of RGB (Red+Green+Blue) = 119+41+157=317 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.54% from 317); Green value is 41 (16.41% from 255 or 12.93% from 317); Blue value is 157 (61.72% from 255 or 49.53% from 317); Max value from RGB is 157 - color contains mainly: blue. Hex color #77299D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77299D is #88D662. Grayscale: #4D4D4D. Windows color (decimal): -8967779 or 10299767. OLE color: 10299767.

HSL color Cylindrical-coordinate representation of color #77299D: hue angle of 280.34º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #77299D is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 119 41 157 -
CMYK 0.24 0.74 0 0.38
HSL 280.34º 0.59% 0.39% -
HSV(B) 280.34º 0.74% 0.62% -
XYZ 14.49 7.94 32.67 -
YUV 77.55 172.84 157.57 -
System Red Green Blue C M Y K H S L
Decimal 119 41 157 0.24 0.74 0 0.38 280.34 0.59 0.39
Hex 77 29 9D 18 4A 0 26 118 3B 27
Octal 167 51 235 30 112 0 46 430 73 47
Binary 1110111 101001 10011101 11000 1001010 0 100110 100011000 111011 100111

Color Harmonies of #77299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77299D

Black with #77299D

Text Example


Text Example

White with #77299D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,41,157); }

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

background-color css

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

 a { background-color: rgb(119,41,157); }

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

border-color css

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

 span { border-color: rgb(119,41,157); }

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