Html Css Color HEX #772C9C Vivid Violet

📋 copy color: '#772C9C'

red 119 ◦ green 44 ◦ blue 156

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

Shades of Vivid Violet #772C9C

Tints of Vivid Violet #772C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 48.9%

R = 37.3%
G = 13.79%
B = 48.9%

CMYK

 C value IS 0.24

 M value IS 0.72

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#772C9C (or 0x772C9C) is known color: Vivid Violet. HEX triplet: 77, 2C and 9C. RGB value is (119,44,156). Sum of RGB (Red+Green+Blue) = 119+44+156=319 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.30% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 156 (61.33% from 255 or 48.90% from 319); Max value from RGB is 156 - color contains mainly: blue. Hex color #772C9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772C9C is #88D363. Grayscale: #4E4E4E. Windows color (decimal): -8967012 or 10234999. OLE color: 10234999.

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

Color convert

RGB 119 44 156 -
CMYK 0.24 0.72 0 0.39
HSL 280.18º 0.56% 0.39% -
HSV(B) 280.18º 0.72% 0.61% -
XYZ 14.51 8.12 32.26 -
YUV 79.19 171.35 156.39 -
System Red Green Blue C M Y K H S L
Decimal 119 44 156 0.24 0.72 0 0.39 280.18 0.56 0.39
Hex 77 2C 9C 18 48 0 27 118 38 27
Octal 167 54 234 30 110 0 47 430 70 47
Binary 1110111 101100 10011100 11000 1001000 0 100111 100011000 111000 100111

Color Harmonies of #772C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772C9C

Black with #772C9C

Text Example


Text Example

White with #772C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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