Html Css Color HEX #772D9C Vivid Violet

📋 copy color: '#772D9C'

red 119 ◦ green 45 ◦ blue 156

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

Shades of Vivid Violet #772D9C

Tints of Vivid Violet #772D9C

RGB

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

 GREEN value IS 45 (17.97% from 255) = 14.06%

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

R = 37.19%
G = 14.06%
B = 48.75%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#772D9C (or 0x772D9C) is known color: Vivid Violet. HEX triplet: 77, 2D and 9C. RGB value is (119,45,156). Sum of RGB (Red+Green+Blue) = 119+45+156=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 156 (61.33% from 255 or 48.75% from 320); Max value from RGB is 156 - color contains mainly: blue. Hex color #772D9C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772D9C is #88D263. Grayscale: #4F4F4F. Windows color (decimal): -8966756 or 10235255. OLE color: 10235255.

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

Color convert

RGB 119 45 156 -
CMYK 0.24 0.71 0 0.39
HSL 280º 0.55% 0.39% -
HSV(B) 280º 0.71% 0.61% -
XYZ 14.55 8.2 32.27 -
YUV 79.78 171.02 155.97 -
System Red Green Blue C M Y K H S L
Decimal 119 45 156 0.24 0.71 0 0.39 280 0.55 0.39
Hex 77 2D 9C 18 47 0 27 118 37 27
Octal 167 55 234 30 107 0 47 430 67 47
Binary 1110111 101101 10011100 11000 1000111 0 100111 100011000 110111 100111

Color Harmonies of #772D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D9C

Black with #772D9C

Text Example


Text Example

White with #772D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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