Html Css Color HEX #772FA0 Vivid Violet

📋 copy color: '#772FA0'

red 119 ◦ green 47 ◦ blue 160

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

Shades of Vivid Violet #772FA0

Tints of Vivid Violet #772FA0

RGB

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

 GREEN value IS 47 (18.75% from 255) = 14.42%

 BLUE value IS 160 (62.89% from 255) = 49.08%

R = 36.5%
G = 14.42%
B = 49.08%

CMYK

 C value IS 0.26

 M value IS 0.71

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#772FA0 (or 0x772FA0) is known color: Vivid Violet. HEX triplet: 77, 2F and A0. RGB value is (119,47,160). Sum of RGB (Red+Green+Blue) = 119+47+160=326 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.50% from 326); Green value is 47 (18.75% from 255 or 14.42% from 326); Blue value is 160 (62.89% from 255 or 49.08% from 326); Max value from RGB is 160 - color contains mainly: blue. Hex color #772FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772FA0 is #88D05F. Grayscale: #515151. Windows color (decimal): -8966240 or 10497911. OLE color: 10497911.

HSL color Cylindrical-coordinate representation of color #772FA0: hue angle of 278.23º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #772FA0 is Cyan = 0.26, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 119 47 160 -
CMYK 0.26 0.71 0 0.37
HSL 278.23º 0.55% 0.41% -
HSV(B) 278.23º 0.71% 0.63% -
XYZ 14.97 8.49 34.11 -
YUV 81.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 119 47 160 0.26 0.71 0 0.37 278.23 0.55 0.41
Hex 77 2F A0 1A 47 0 25 116 37 29
Octal 167 57 240 32 107 0 45 426 67 51
Binary 1110111 101111 10100000 11010 1000111 0 100101 100010110 110111 101001

Color Harmonies of #772FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772FA0

Black with #772FA0

Text Example


Text Example

White with #772FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,47,160); }

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

background-color css

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

 a { background-color: rgb(119,47,160); }

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

border-color css

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

 span { border-color: rgb(119,47,160); }

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