Html Css Color HEX #774094 Vivid Violet

📋 copy color: '#774094'

red 119 ◦ green 64 ◦ blue 148

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

Shades of Vivid Violet #774094

Tints of Vivid Violet #774094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.34%

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

R = 35.95%
G = 19.34%
B = 44.71%

CMYK

 C value IS 0.20

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#774094 (or 0x774094) is known color: Vivid Violet. HEX triplet: 77, 40 and 94. RGB value is (119,64,148). Sum of RGB (Red+Green+Blue) = 119+64+148=331 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.95% from 331); Green value is 64 (25.39% from 255 or 19.34% from 331); Blue value is 148 (58.20% from 255 or 44.71% from 331); Max value from RGB is 148 - color contains mainly: blue. Hex color #774094 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774094 is #88BF6B. Grayscale: #595959. Windows color (decimal): -8961900 or 9715831. OLE color: 9715831.

HSL color Cylindrical-coordinate representation of color #774094: hue angle of 279.29º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #774094 is Cyan = 0.20, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 119 64 148 -
CMYK 0.20 0.57 0 0.42
HSL 279.29º 0.4% 0.42% -
HSV(B) 279.29º 0.57% 0.58% -
XYZ 14.79 9.73 29.12 -
YUV 90.02 160.72 148.67 -
System Red Green Blue C M Y K H S L
Decimal 119 64 148 0.20 0.57 0 0.42 279.29 0.4 0.42
Hex 77 40 94 14 39 0 2A 117 28 2A
Octal 167 100 224 24 71 0 52 427 50 52
Binary 1110111 1000000 10010100 10100 111001 0 101010 100010111 101000 101010

Color Harmonies of #774094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774094

Black with #774094

Text Example


Text Example

White with #774094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774094; }

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

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

background-color css

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

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

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

border-color css

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

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

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