#774087

Color #774087 Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #774087

Tints of Vivid Violet #774087

Color information

#774087 (or 0x774087) is unknown color: approx Vivid Violet. HEX triplet: 77, 40 and 87. RGB value is (119,64,135). Sum of RGB (Red+Green+Blue) = 119+64+135=318 (42% of max value = 765). Red value is 119 (46.88% from 255 or 37.42% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 135 (53.12% from 255 or 42.45% from 318); Max value from RGB is 135 - color contains mainly: blue. Hex color #774087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774087 is #88BF78. Grayscale: #585858. Windows color (decimal): -8961913 or 8863863. OLE color: 8863863.

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

Color convert

RGB11964135-
CMYK0.120.5300.47
HSL286.48º35.68%39.02%-
HSV(B)286.48º52.59%52.94%-
XYZ13.819.3424-
YUV88.54154.22149.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 37.42%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 135 (53.12% from 255) = 42.45%
R=37.42%
G=20.13%
B=42.45%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal119641350.120.5300.47286.4835.6839.02
Hex774087C3502F11e2427
Octal16710020714650574364447
Binary111011110000001000011111001101010101111100011110100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774087; }

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

 H1.HeaderClassName
 {
   color: #774087;
 }
 .AnyTagClassName
 {
   color: #774087;
 }
</style>
background-color css

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

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

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

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

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

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