#794182

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

Shades of Vivid Violet #794182

Tints of Vivid Violet #794182

Color information

#794182 (or 0x794182) is unknown color: approx Vivid Violet. HEX triplet: 79, 41 and 82. RGB value is (121,65,130). Sum of RGB (Red+Green+Blue) = 121+65+130=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 65 (25.78% from 255 or 20.57% from 316); Blue value is 130 (51.17% from 255 or 41.14% from 316); Max value from RGB is 130 - color contains mainly: blue. Hex color #794182 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794182 is #86BE7D. Grayscale: #585858. Windows color (decimal): -8830590 or 8536441. OLE color: 8536441.

HSL color Cylindrical-coordinate representation of color #794182: hue angle of 291.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #794182 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12165130-
CMYK0.070.5000.49
HSL291.69º33.33%38.24%-
HSV(B)291.69º50%50.98%-
XYZ13.89.4622.22-
YUV89.15151.05150.71-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 65 (25.78% from 255) = 20.57%
BLUE value IS 130 (51.17% from 255) = 41.14%
R=38.29%
G=20.57%
B=41.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121651300.070.5000.49291.6933.3338.24
Hex7941827320311242126
Octal1711012027620614444146
Binary11110011000001100000101111100100110001100100100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794182; }

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

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

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

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

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

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

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

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