Html Css Color HEX #772094 Vivid Violet

📋 copy color: '#772094'

red 119 ◦ green 32 ◦ blue 148

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

Shades of Vivid Violet #772094

Tints of Vivid Violet #772094

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 49.5%

R = 39.8%
G = 10.7%
B = 49.5%

CMYK

 C value IS 0.20

 M value IS 0.78

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#772094 (or 0x772094) is known color: Vivid Violet. HEX triplet: 77, 20 and 94. RGB value is (119,32,148). Sum of RGB (Red+Green+Blue) = 119+32+148=299 (39% of max value = 765). Red value is 119 (46.88% from 255 or 39.80% from 299); Green value is 32 (12.89% from 255 or 10.70% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #772094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #772094 is #88DF6B. Grayscale: #464646. Windows color (decimal): -8970092 or 9707639. OLE color: 9707639.

HSL color Cylindrical-coordinate representation of color #772094: hue angle of 285º degrees, saturation: 0.64, 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 #772094 is Cyan = 0.20, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 32 148 -
CMYK 0.20 0.78 0 0.42
HSL 285º 0.64% 0.35% -
HSV(B) 285º 0.78% 0.58% -
XYZ 13.47 7.09 28.68 -
YUV 71.24 171.32 162.07 -
System Red Green Blue C M Y K H S L
Decimal 119 32 148 0.20 0.78 0 0.42 285 0.64 0.35
Hex 77 20 94 14 4E 0 2A 11D 40 23
Octal 167 40 224 24 116 0 52 435 100 43
Binary 1110111 100000 10010100 10100 1001110 0 101010 100011101 1000000 100011

Color Harmonies of #772094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #772094

Black with #772094

Text Example


Text Example

White with #772094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #772094; }

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

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

background-color css

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

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

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

border-color css

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

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

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