Html Css Color HEX #772983 Vivid Violet

📋 copy color: '#772983'

red 119 ◦ green 41 ◦ blue 131

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

Shades of Vivid Violet #772983

Tints of Vivid Violet #772983

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.09%

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

R = 40.89%
G = 14.09%
B = 45.02%

CMYK

 C value IS 0.09

 M value IS 0.69

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#772983 (or 0x772983) is known color: Vivid Violet. HEX triplet: 77, 29 and 83. RGB value is (119,41,131). Sum of RGB (Red+Green+Blue) = 119+41+131=291 (38% of max value = 765). Red value is 119 (46.88% from 255 or 40.89% from 291); Green value is 41 (16.41% from 255 or 14.09% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #772983 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772983 is #88D67C. Grayscale: #4A4A4A. Windows color (decimal): -8967805 or 8595831. OLE color: 8595831.

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

Color convert

RGB 119 41 131 -
CMYK 0.09 0.69 0 0.49
HSL 292º 0.52% 0.34% -
HSV(B) 292º 0.69% 0.51% -
XYZ 12.5 7.15 22.19 -
YUV 74.58 159.84 159.68 -
System Red Green Blue C M Y K H S L
Decimal 119 41 131 0.09 0.69 0 0.49 292 0.52 0.34
Hex 77 29 83 9 45 0 31 124 34 22
Octal 167 51 203 11 105 0 61 444 64 42
Binary 1110111 101001 10000011 1001 1000101 0 110001 100100100 110100 100010

Color Harmonies of #772983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772983

Black with #772983

Text Example


Text Example

White with #772983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772983; }

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

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

background-color css

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

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

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

border-color css

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

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

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