#794192

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

Shades of Vivid Violet #794192

Tints of Vivid Violet #794192

Color information

#794192 (or 0x794192) is unknown color: approx Vivid Violet. HEX triplet: 79, 41 and 92. RGB value is (121,65,146). Sum of RGB (Red+Green+Blue) = 121+65+146=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 146 - color contains mainly: blue. Hex color #794192 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794192 is #86BE6D. Grayscale: #5A5A5A. Windows color (decimal): -8830574 or 9585017. OLE color: 9585017.

HSL color Cylindrical-coordinate representation of color #794192: hue angle of 281.48º 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 #794192 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12165146-
CMYK0.170.5500.43
HSL281.48º38.39%41.37%-
HSV(B)281.48º55.48%57.25%-
XYZ14.969.9228.32-
YUV90.98159.05149.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 65 (25.78% from 255) = 19.58%
BLUE value IS 146 (57.42% from 255) = 43.98%
R=36.45%
G=19.58%
B=43.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121651460.170.5500.43281.4838.3941.37
Hex794192113702B1192629
Octal17110122221670534314651
Binary1111001100000110010010100011101110101011100011001100110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794192; }

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

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

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

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

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

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

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

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