#794292

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

Shades of Vivid Violet #794292

Tints of Vivid Violet #794292

Color information

#794292 (or 0x794292) is unknown color: approx Vivid Violet. HEX triplet: 79, 42 and 92. RGB value is (121,66,146). Sum of RGB (Red+Green+Blue) = 121+66+146=333 (44% of max value = 765). Red value is 121 (47.66% from 255 or 36.34% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 146 (57.42% from 255 or 43.84% from 333); Max value from RGB is 146 - color contains mainly: blue. Hex color #794292 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #794292 is #86BD6D. Grayscale: #5B5B5B. Windows color (decimal): -8830318 or 9585273. OLE color: 9585273.

HSL color Cylindrical-coordinate representation of color #794292: hue angle of 281.25º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #794292 is Cyan = 0.17, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12166146-
CMYK0.170.5500.43
HSL281.25º37.74%41.57%-
HSV(B)281.25º54.79%57.25%-
XYZ15.0210.0428.34-
YUV91.56158.72149-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 36.34%
GREEN value IS 66 (26.17% from 255) = 19.82%
BLUE value IS 146 (57.42% from 255) = 43.84%
R=36.34%
G=19.82%
B=43.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121661460.170.5500.43281.2537.7441.57
Hex794292113702B119262a
Octal17110222221670534314652
Binary1111001100001010010010100011101110101011100011001100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #794292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #794292; }

 p { color: rgb(121,66,146); }

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

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

 a { background-color: rgb(121,66,146); }

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

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

 span { border-color: rgb(121,66,146); }

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