Html Css Color HEX #772D9D Vivid Violet

📋 copy color: '#772D9D'

red 119 ◦ green 45 ◦ blue 157

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

Shades of Vivid Violet #772D9D

Tints of Vivid Violet #772D9D

RGB

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

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

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

R = 37.07%
G = 14.02%
B = 48.91%

CMYK

 C value IS 0.24

 M value IS 0.71

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#772D9D (or 0x772D9D) is known color: Vivid Violet. HEX triplet: 77, 2D and 9D. RGB value is (119,45,157). Sum of RGB (Red+Green+Blue) = 119+45+157=321 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.07% from 321); Green value is 45 (17.97% from 255 or 14.02% from 321); Blue value is 157 (61.72% from 255 or 48.91% from 321); Max value from RGB is 157 - color contains mainly: blue. Hex color #772D9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772D9D is #88D262. Grayscale: #4F4F4F. Windows color (decimal): -8966755 or 10300791. OLE color: 10300791.

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

Color convert

RGB 119 45 157 -
CMYK 0.24 0.71 0 0.38
HSL 279.64º 0.55% 0.4% -
HSV(B) 279.64º 0.71% 0.62% -
XYZ 14.63 8.23 32.72 -
YUV 79.89 171.52 155.89 -
System Red Green Blue C M Y K H S L
Decimal 119 45 157 0.24 0.71 0 0.38 279.64 0.55 0.4
Hex 77 2D 9D 18 47 0 26 118 37 28
Octal 167 55 235 30 107 0 46 430 67 50
Binary 1110111 101101 10011101 11000 1000111 0 100110 100011000 110111 101000

Color Harmonies of #772D9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772D9D

Black with #772D9D

Text Example


Text Example

White with #772D9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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