Html Css Color HEX #77299B Vivid Violet

📋 copy color: '#77299B'

red 119 ◦ green 41 ◦ blue 155

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

Shades of Vivid Violet #77299B

Tints of Vivid Violet #77299B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.21%

R = 37.78%
G = 13.02%
B = 49.21%

CMYK

 C value IS 0.23

 M value IS 0.74

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#77299B (or 0x77299B) is known color: Vivid Violet. HEX triplet: 77, 29 and 9B. RGB value is (119,41,155). Sum of RGB (Red+Green+Blue) = 119+41+155=315 (41% of max value = 765). Red value is 119 (46.88% from 255 or 37.78% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 155 (60.94% from 255 or 49.21% from 315); Max value from RGB is 155 - color contains mainly: blue. Hex color #77299B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #77299B is #88D664. Grayscale: #4C4C4C. Windows color (decimal): -8967781 or 10168695. OLE color: 10168695.

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

Color convert

RGB 119 41 155 -
CMYK 0.23 0.74 0 0.39
HSL 281.05º 0.58% 0.38% -
HSV(B) 281.05º 0.74% 0.61% -
XYZ 14.32 7.87 31.78 -
YUV 77.32 171.84 157.73 -
System Red Green Blue C M Y K H S L
Decimal 119 41 155 0.23 0.74 0 0.39 281.05 0.58 0.38
Hex 77 29 9B 17 4A 0 27 119 3A 26
Octal 167 51 233 27 112 0 47 431 72 46
Binary 1110111 101001 10011011 10111 1001010 0 100111 100011001 111010 100110

Color Harmonies of #77299B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77299B

Black with #77299B

Text Example


Text Example

White with #77299B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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