#774092

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

Shades of Vivid Violet #774092

Tints of Vivid Violet #774092

Color information

#774092 (or 0x774092) is unknown color: approx Vivid Violet. HEX triplet: 77, 40 and 92. RGB value is (119,64,146). Sum of RGB (Red+Green+Blue) = 119+64+146=329 (43% of max value = 765). Red value is 119 (46.88% from 255 or 36.17% from 329); Green value is 64 (25.39% from 255 or 19.45% from 329); Blue value is 146 (57.42% from 255 or 44.38% from 329); Max value from RGB is 146 - color contains mainly: blue. Hex color #774092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #774092 is #88BF6D. Grayscale: #595959. Windows color (decimal): -8961902 or 9584759. OLE color: 9584759.

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

Color convert

RGB11964146-
CMYK0.180.5600.43
HSL280.24º39.05%41.18%-
HSV(B)280.24º56.16%57.25%-
XYZ14.639.6628.29-
YUV89.79159.72148.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 36.17%
GREEN value IS 64 (25.39% from 255) = 19.45%
BLUE value IS 146 (57.42% from 255) = 44.38%
R=36.17%
G=19.45%
B=44.38%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal119641460.180.5600.43280.2439.0541.18
Hex774092123802B1182729
Octal16710022222700534304751
Binary1110111100000010010010100101110000101011100011000100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774092; }

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

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

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

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

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

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

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

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