Html Css Color HEX #774095 Vivid Violet

📋 copy color: '#774095'

red 119 ◦ green 64 ◦ blue 149

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

Shades of Vivid Violet #774095

Tints of Vivid Violet #774095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 44.88%

R = 35.84%
G = 19.28%
B = 44.88%

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

#774095 (or 0x774095) is known color: Vivid Violet. HEX triplet: 77, 40 and 95. RGB value is (119,64,149). Sum of RGB (Red+Green+Blue) = 119+64+149=332 (43% of max value = 765). Red value is 119 (46.88% from 255 or 35.84% from 332); Green value is 64 (25.39% from 255 or 19.28% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #774095 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774095 is #88BF6A. Grayscale: #595959. Windows color (decimal): -8961899 or 9781367. OLE color: 9781367.

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

Color convert

RGB 119 64 149 -
CMYK 0.20 0.57 0 0.42
HSL 278.82º 0.4% 0.42% -
HSV(B) 278.82º 0.57% 0.58% -
XYZ 14.87 9.76 29.53 -
YUV 90.14 161.22 148.59 -
System Red Green Blue C M Y K H S L
Decimal 119 64 149 0.20 0.57 0 0.42 278.82 0.4 0.42
Hex 77 40 95 14 39 0 2A 117 28 2A
Octal 167 100 225 24 71 0 52 427 50 52
Binary 1110111 1000000 10010101 10100 111001 0 101010 100010111 101000 101010

Color Harmonies of #774095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774095

Black with #774095

Text Example


Text Example

White with #774095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774095; }

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

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

background-color css

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

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

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

border-color css

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

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

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