#793E95

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

Shades of Vivid Violet #793E95

Tints of Vivid Violet #793E95

Color information

#793E95 (or 0x793E95) is unknown color: approx Vivid Violet. HEX triplet: 79, 3E and 95. RGB value is (121,62,149). Sum of RGB (Red+Green+Blue) = 121+62+149=332 (43% of max value = 765). Red value is 121 (47.66% from 255 or 36.45% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 149 (58.59% from 255 or 44.88% from 332); Max value from RGB is 149 - color contains mainly: blue. Hex color #793E95 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793E95 is #86C16A. Grayscale: #595959. Windows color (decimal): -8831339 or 9780857. OLE color: 9780857.

HSL color Cylindrical-coordinate representation of color #793E95: hue angle of 280.69º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793E95 is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12162149-
CMYK0.190.5800.42
HSL280.69º41.23%41.37%-
HSV(B)280.69º58.39%58.43%-
XYZ15.039.6829.51-
YUV89.56161.55150.43-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.45%
GREEN value IS 62 (24.61% from 255) = 18.67%
BLUE value IS 149 (58.59% from 255) = 44.88%
R=36.45%
G=18.67%
B=44.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121621490.190.5800.42280.6941.2341.37
Hex793E95133A02A1192929
Octal1717622523720524315151
Binary111100111111010010101100111110100101010100011001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793E95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793E95; }

 p { color: rgb(121,62,149); }

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

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

 a { background-color: rgb(121,62,149); }

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

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

 span { border-color: rgb(121,62,149); }

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