Html Css Color HEX #772C9D Vivid Violet

📋 copy color: '#772C9D'

red 119 ◦ green 44 ◦ blue 157

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

Shades of Vivid Violet #772C9D

Tints of Vivid Violet #772C9D

RGB

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

 GREEN value IS 44 (17.58% from 255) = 13.75%

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

R = 37.19%
G = 13.75%
B = 49.06%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#772C9D (or 0x772C9D) is known color: Vivid Violet. HEX triplet: 77, 2C and 9D. RGB value is (119,44,157). Sum of RGB (Red+Green+Blue) = 119+44+157=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 44 (17.58% from 255 or 13.75% from 320); Blue value is 157 (61.72% from 255 or 49.06% from 320); Max value from RGB is 157 - color contains mainly: blue. Hex color #772C9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772C9D is #88D362. Grayscale: #4E4E4E. Windows color (decimal): -8967011 or 10300535. OLE color: 10300535.

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

Color convert

RGB 119 44 157 -
CMYK 0.24 0.72 0 0.38
HSL 279.82º 0.56% 0.39% -
HSV(B) 279.82º 0.72% 0.62% -
XYZ 14.59 8.16 32.7 -
YUV 79.31 171.85 156.31 -
System Red Green Blue C M Y K H S L
Decimal 119 44 157 0.24 0.72 0 0.38 279.82 0.56 0.39
Hex 77 2C 9D 18 48 0 26 118 38 27
Octal 167 54 235 30 110 0 46 430 70 47
Binary 1110111 101100 10011101 11000 1001000 0 100110 100011000 111000 100111

Color Harmonies of #772C9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C9D

Black with #772C9D

Text Example


Text Example

White with #772C9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772C9D; }

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

 H1.HeaderClassName
 {
   color: #772C9D;
 }
 .AnyTagClassName
 {
   color: #772C9D;
 }
</style>

background-color css

<style>
 a { background-color: #772C9D; }

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

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

border-color css

<style>
 span { border-color: #772C9D; }

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

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