#794085

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

Shades of Vivid Violet #794085

Tints of Vivid Violet #794085

Color information

#794085 (or 0x794085) is unknown color: approx Vivid Violet. HEX triplet: 79, 40 and 85. RGB value is (121,64,133). Sum of RGB (Red+Green+Blue) = 121+64+133=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 133 (52.34% from 255 or 41.82% from 318); Max value from RGB is 133 - color contains mainly: blue. Hex color #794085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794085 is #86BF7A. Grayscale: #585858. Windows color (decimal): -8830843 or 8732793. OLE color: 8732793.

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

Color convert

RGB12164133-
CMYK0.090.5200.48
HSL289.57º35.03%38.63%-
HSV(B)289.57º51.88%52.16%-
XYZ13.959.4323.27-
YUV88.91152.88150.89-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 64 (25.39% from 255) = 20.13%
BLUE value IS 133 (52.34% from 255) = 41.82%
R=38.05%
G=20.13%
B=41.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121641330.090.5200.48289.5735.0338.63
Hex7940859340301222327
Octal17110020511640604424347
Binary111100110000001000010110011101000110000100100010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794085; }

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

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

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

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

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

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

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

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