#794082

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

Shades of Vivid Violet #794082

Tints of Vivid Violet #794082

Color information

#794082 (or 0x794082) is unknown color: approx Vivid Violet. HEX triplet: 79, 40 and 82. RGB value is (121,64,130). Sum of RGB (Red+Green+Blue) = 121+64+130=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 64 (25.39% from 255 or 20.32% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 130 - color contains mainly: blue. Hex color #794082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794082 is #86BF7D. Grayscale: #585858. Windows color (decimal): -8830846 or 8536185. OLE color: 8536185.

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

Color convert

RGB12164130-
CMYK0.070.5100.49
HSL291.82º34.02%38.04%-
HSV(B)291.82º50.77%50.98%-
XYZ13.759.3422.2-
YUV88.57151.38151.13-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 64 (25.39% from 255) = 20.32%
BLUE value IS 130 (51.17% from 255) = 41.27%
R=38.41%
G=20.32%
B=41.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121641300.070.5100.49291.8234.0238.04
Hex7940827330311242226
Octal1711002027630614444246
Binary11110011000000100000101111100110110001100100100100010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794082; }

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

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

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

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

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

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

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

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