Html Css Color HEX #772293 Vivid Violet

📋 copy color: '#772293'

red 119 ◦ green 34 ◦ blue 147

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

Shades of Vivid Violet #772293

Tints of Vivid Violet #772293

RGB

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

 GREEN value IS 34 (13.67% from 255) = 11.33%

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

R = 39.67%
G = 11.33%
B = 49%

CMYK

 C value IS 0.19

 M value IS 0.77

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#772293 (or 0x772293) is known color: Vivid Violet. HEX triplet: 77, 22 and 93. RGB value is (119,34,147). Sum of RGB (Red+Green+Blue) = 119+34+147=300 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.67% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 147 (57.81% from 255 or 49% from 300); Max value from RGB is 147 - color contains mainly: blue. Hex color #772293 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772293 is #88DD6C. Grayscale: #474747. Windows color (decimal): -8969581 or 9642615. OLE color: 9642615.

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

Color convert

RGB 119 34 147 -
CMYK 0.19 0.77 0 0.42
HSL 285.13º 0.62% 0.35% -
HSV(B) 285.13º 0.77% 0.58% -
XYZ 13.45 7.17 28.28 -
YUV 72.3 170.16 161.31 -
System Red Green Blue C M Y K H S L
Decimal 119 34 147 0.19 0.77 0 0.42 285.13 0.62 0.35
Hex 77 22 93 13 4D 0 2A 11D 3E 23
Octal 167 42 223 23 115 0 52 435 76 43
Binary 1110111 100010 10010011 10011 1001101 0 101010 100011101 111110 100011

Color Harmonies of #772293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772293

Black with #772293

Text Example


Text Example

White with #772293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772293; }

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

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

background-color css

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

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

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

border-color css

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

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

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