Html Css Color HEX #772083 Vivid Violet

📋 copy color: '#772083'

red 119 ◦ green 32 ◦ blue 131

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

Shades of Vivid Violet #772083

Tints of Vivid Violet #772083

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.35%

 BLUE value IS 131 (51.56% from 255) = 46.45%

R = 42.2%
G = 11.35%
B = 46.45%

CMYK

 C value IS 0.09

 M value IS 0.76

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#772083 (or 0x772083) is known color: Vivid Violet. HEX triplet: 77, 20 and 83. RGB value is (119,32,131). Sum of RGB (Red+Green+Blue) = 119+32+131=282 (37% of max value = 765). Red value is 119 (46.88% from 255 or 42.20% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #772083 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772083 is #88DF7C. Grayscale: #444444. Windows color (decimal): -8970109 or 8593527. OLE color: 8593527.

HSL color Cylindrical-coordinate representation of color #772083: hue angle of 292.73º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #772083 is Cyan = 0.09, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 119 32 131 -
CMYK 0.09 0.76 0 0.49
HSL 292.73º 0.61% 0.32% -
HSV(B) 292.73º 0.76% 0.51% -
XYZ 12.22 6.59 22.1 -
YUV 69.3 162.82 163.45 -
System Red Green Blue C M Y K H S L
Decimal 119 32 131 0.09 0.76 0 0.49 292.73 0.61 0.32
Hex 77 20 83 9 4C 0 31 125 3D 20
Octal 167 40 203 11 114 0 61 445 75 40
Binary 1110111 100000 10000011 1001 1001100 0 110001 100100101 111101 100000

Color Harmonies of #772083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772083

Black with #772083

Text Example


Text Example

White with #772083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772083; }

 p { color: rgb(119,32,131); }

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

background-color css

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

 a { background-color: rgb(119,32,131); }

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

border-color css

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

 span { border-color: rgb(119,32,131); }

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