Html Css Color HEX #774089 Vivid Violet

📋 copy color: '#774089'

red 119 ◦ green 64 ◦ blue 137

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

Shades of Vivid Violet #774089

Tints of Vivid Violet #774089

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 42.81%

R = 37.19%
G = 20%
B = 42.81%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#774089 (or 0x774089) is known color: Vivid Violet. HEX triplet: 77, 40 and 89. RGB value is (119,64,137). Sum of RGB (Red+Green+Blue) = 119+64+137=320 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.19% from 320); Green value is 64 (25.39% from 255 or 20% from 320); Blue value is 137 (53.91% from 255 or 42.81% from 320); Max value from RGB is 137 - color contains mainly: blue. Hex color #774089 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774089 is #88BF76. Grayscale: #585858. Windows color (decimal): -8961911 or 8994935. OLE color: 8994935.

HSL color Cylindrical-coordinate representation of color #774089: hue angle of 285.21º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #774089 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 119 64 137 -
CMYK 0.13 0.53 0 0.46
HSL 285.21º 0.36% 0.39% -
HSV(B) 285.21º 0.53% 0.54% -
XYZ 13.96 9.39 24.74 -
YUV 88.77 155.22 149.56 -
System Red Green Blue C M Y K H S L
Decimal 119 64 137 0.13 0.53 0 0.46 285.21 0.36 0.39
Hex 77 40 89 D 35 0 2E 11D 24 27
Octal 167 100 211 15 65 0 56 435 44 47
Binary 1110111 1000000 10001001 1101 110101 0 101110 100011101 100100 100111

Color Harmonies of #774089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774089

Black with #774089

Text Example


Text Example

White with #774089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774089; }

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

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

background-color css

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

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

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

border-color css

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

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

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