Html Css Color HEX #774186 Vivid Violet

📋 copy color: '#774186'

red 119 ◦ green 65 ◦ blue 134

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

Shades of Vivid Violet #774186

Tints of Vivid Violet #774186

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.44%

 BLUE value IS 134 (52.73% from 255) = 42.14%

R = 37.42%
G = 20.44%
B = 42.14%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#774186 (or 0x774186) is known color: Vivid Violet. HEX triplet: 77, 41 and 86. RGB value is (119,65,134). Sum of RGB (Red+Green+Blue) = 119+65+134=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 65 (25.78% from 255 or 20.44% from 318); Blue value is 134 (52.73% from 255 or 42.14% from 318); Max value from RGB is 134 - color contains mainly: blue. Hex color #774186 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774186 is #88BE79. Grayscale: #585858. Windows color (decimal): -8961658 or 8798583. OLE color: 8798583.

HSL color Cylindrical-coordinate representation of color #774186: hue angle of 286.96º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #774186 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 119 65 134 -
CMYK 0.11 0.51 0 0.47
HSL 286.96º 0.35% 0.39% -
HSV(B) 286.96º 0.51% 0.53% -
XYZ 13.8 9.42 23.65 -
YUV 89.01 153.39 149.39 -
System Red Green Blue C M Y K H S L
Decimal 119 65 134 0.11 0.51 0 0.47 286.96 0.35 0.39
Hex 77 41 86 B 33 0 2F 11F 23 27
Octal 167 101 206 13 63 0 57 437 43 47
Binary 1110111 1000001 10000110 1011 110011 0 101111 100011111 100011 100111

Color Harmonies of #774186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #774186

Black with #774186

Text Example


Text Example

White with #774186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #774186; }

 p { color: rgb(119,65,134); }

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

background-color css

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

 a { background-color: rgb(119,65,134); }

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

border-color css

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

 span { border-color: rgb(119,65,134); }

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