#794086

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

Shades of Vivid Violet #794086

Tints of Vivid Violet #794086

Color information

#794086 (or 0x794086) is unknown color: approx Vivid Violet. HEX triplet: 79, 40 and 86. RGB value is (121,64,134). Sum of RGB (Red+Green+Blue) = 121+64+134=319 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.93% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: blue. Hex color #794086 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794086 is #86BF79. Grayscale: #585858. Windows color (decimal): -8830842 or 8798329. OLE color: 8798329.

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

Color convert

RGB12164134-
CMYK0.100.5200.47
HSL288.86º35.35%38.82%-
HSV(B)288.86º52.24%52.55%-
XYZ14.029.4523.64-
YUV89.02153.38150.81-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.93%
GREEN value IS 64 (25.39% from 255) = 20.06%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=37.93%
G=20.06%
B=42.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121641340.100.5200.47288.8635.3538.82
Hex794086A3402F1212327
Octal17110020612640574414347
Binary111100110000001000011010101101000101111100100001100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794086; }

 p { color: rgb(121,64,134); }

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

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

 a { background-color: rgb(121,64,134); }

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

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

 span { border-color: rgb(121,64,134); }

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