#793390

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

Shades of Vivid Violet #793390

Tints of Vivid Violet #793390

Color information

#793390 (or 0x793390) is unknown color: approx Vivid Violet. HEX triplet: 79, 33 and 90. RGB value is (121,51,144). Sum of RGB (Red+Green+Blue) = 121+51+144=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 51 (20.31% from 255 or 16.14% from 316); Blue value is 144 (56.64% from 255 or 45.57% from 316); Max value from RGB is 144 - color contains mainly: blue. Hex color #793390 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793390 is #86CC6F. Grayscale: #525252. Windows color (decimal): -8834160 or 9450361. OLE color: 9450361.

HSL color Cylindrical-coordinate representation of color #793390: hue angle of 285.16º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #793390 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB12151144-
CMYK0.160.6500.44
HSL285.16º47.69%38.24%-
HSV(B)285.16º64.58%56.47%-
XYZ14.18.4527.27-
YUV82.53162.69155.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 51 (20.31% from 255) = 16.14%
BLUE value IS 144 (56.64% from 255) = 45.57%
R=38.29%
G=16.14%
B=45.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal121511440.160.6500.44285.1647.6938.24
Hex793390104102C11d3026
Octal17163220201010544356046
Binary1111001110011100100001000010000010101100100011101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793390; }

 p { color: rgb(121,51,144); }

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

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

 a { background-color: rgb(121,51,144); }

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

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

 span { border-color: rgb(121,51,144); }

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