#774192

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

Shades of Vivid Violet #774192

Tints of Vivid Violet #774192

Color information

#774192 (or 0x774192) is unknown color: approx Vivid Violet. HEX triplet: 77, 41 and 92. RGB value is (119,65,146). Sum of RGB (Red+Green+Blue) = 119+65+146=330 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.06% from 330); Green value is 65 (25.78% from 255 or 19.70% from 330); Blue value is 146 (57.42% from 255 or 44.24% from 330); Max value from RGB is 146 - color contains mainly: blue. Hex color #774192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774192 is #88BE6D. Grayscale: #5A5A5A. Windows color (decimal): -8961646 or 9585015. OLE color: 9585015.

HSL color Cylindrical-coordinate representation of color #774192: hue angle of 280º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #774192 is Cyan = 0.18, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB11965146-
CMYK0.180.5500.43
HSL280º38.39%41.37%-
HSV(B)280º55.48%57.25%-
XYZ14.699.7828.31-
YUV90.38159.39148.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.06%
GREEN value IS 65 (25.78% from 255) = 19.70%
BLUE value IS 146 (57.42% from 255) = 44.24%
R=36.06%
G=19.70%
B=44.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119651460.180.5500.4328038.3941.37
Hex774192123702B1182629
Octal16710122222670534304651
Binary1110111100000110010010100101101110101011100011000100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774192; }

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

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

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

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

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

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

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

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