Html Css Color HEX #772193 Vivid Violet

📋 copy color: '#772193'

red 119 ◦ green 33 ◦ blue 147

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

Shades of Vivid Violet #772193

Tints of Vivid Violet #772193

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.04%

 BLUE value IS 147 (57.81% from 255) = 49.16%

R = 39.8%
G = 11.04%
B = 49.16%

CMYK

 C value IS 0.19

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#772193 (or 0x772193) is known color: Vivid Violet. HEX triplet: 77, 21 and 93. RGB value is (119,33,147). Sum of RGB (Red+Green+Blue) = 119+33+147=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 33 (13.28% from 255 or 11.04% from 299); Blue value is 147 (57.81% from 255 or 49.16% from 299); Max value from RGB is 147 - color contains mainly: blue. Hex color #772193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772193 is #88DE6C. Grayscale: #474747. Windows color (decimal): -8969837 or 9642359. OLE color: 9642359.

HSL color Cylindrical-coordinate representation of color #772193: hue angle of 285.26º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #772193 is Cyan = 0.19, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 33 147 -
CMYK 0.19 0.78 0 0.42
HSL 285.26º 0.63% 0.35% -
HSV(B) 285.26º 0.78% 0.58% -
XYZ 13.42 7.12 28.27 -
YUV 71.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 119 33 147 0.19 0.78 0 0.42 285.26 0.63 0.35
Hex 77 21 93 13 4E 0 2A 11D 3F 23
Octal 167 41 223 23 116 0 52 435 77 43
Binary 1110111 100001 10010011 10011 1001110 0 101010 100011101 111111 100011

Color Harmonies of #772193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772193

Black with #772193

Text Example


Text Example

White with #772193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772193; }

 p { color: rgb(119,33,147); }

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

background-color css

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

 a { background-color: rgb(119,33,147); }

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

border-color css

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

 span { border-color: rgb(119,33,147); }

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