Html Css Color HEX #772882 Vivid Violet

📋 copy color: '#772882'

red 119 ◦ green 40 ◦ blue 130

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

Shades of Vivid Violet #772882

Tints of Vivid Violet #772882

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.84%

 BLUE value IS 130 (51.17% from 255) = 44.98%

R = 41.18%
G = 13.84%
B = 44.98%

CMYK

 C value IS 0.08

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#772882 (or 0x772882) is known color: Vivid Violet. HEX triplet: 77, 28 and 82. RGB value is (119,40,130). Sum of RGB (Red+Green+Blue) = 119+40+130=289 (38% of max value = 765). Red value is 119 (46.88% from 255 or 41.18% from 289); Green value is 40 (16.02% from 255 or 13.84% from 289); Blue value is 130 (51.17% from 255 or 44.98% from 289); Max value from RGB is 130 - color contains mainly: blue. Hex color #772882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772882 is #88D77D. Grayscale: #494949. Windows color (decimal): -8968062 or 8530039. OLE color: 8530039.

HSL color Cylindrical-coordinate representation of color #772882: hue angle of 292.67º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #772882 is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 40 130 -
CMYK 0.08 0.69 0 0.49
HSL 292.67º 0.53% 0.33% -
HSV(B) 292.67º 0.69% 0.51% -
XYZ 12.4 7.05 21.83 -
YUV 73.88 159.67 160.18 -
System Red Green Blue C M Y K H S L
Decimal 119 40 130 0.08 0.69 0 0.49 292.67 0.53 0.33
Hex 77 28 82 8 45 0 31 125 35 21
Octal 167 50 202 10 105 0 61 445 65 41
Binary 1110111 101000 10000010 1000 1000101 0 110001 100100101 110101 100001

Color Harmonies of #772882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772882

Black with #772882

Text Example


Text Example

White with #772882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772882; }

 p { color: rgb(119,40,130); }

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

background-color css

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

 a { background-color: rgb(119,40,130); }

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

border-color css

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

 span { border-color: rgb(119,40,130); }

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