#794385

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

Shades of Vivid Violet #794385

Tints of Vivid Violet #794385

Color information

#794385 (or 0x794385) is unknown color: approx Vivid Violet. HEX triplet: 79, 43 and 85. RGB value is (121,67,133). Sum of RGB (Red+Green+Blue) = 121+67+133=321 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.69% from 321); Green value is 67 (26.56% from 255 or 20.87% from 321); Blue value is 133 (52.34% from 255 or 41.43% from 321); Max value from RGB is 133 - color contains mainly: blue. Hex color #794385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794385 is #86BC7A. Grayscale: #5A5A5A. Windows color (decimal): -8830075 or 8733561. OLE color: 8733561.

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

Color convert

RGB12167133-
CMYK0.090.5000.48
HSL289.09º33%39.22%-
HSV(B)289.09º49.62%52.16%-
XYZ14.139.7723.33-
YUV90.67151.89149.63-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.69%
GREEN value IS 67 (26.56% from 255) = 20.87%
BLUE value IS 133 (52.34% from 255) = 41.43%
R=37.69%
G=20.87%
B=41.43%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal121671330.090.5000.48289.093339.22
Hex7943859320301212127
Octal17110320511620604414147
Binary111100110000111000010110011100100110000100100001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794385; }

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

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

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

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

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

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

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

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