#793882

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

Shades of Vivid Violet #793882

Tints of Vivid Violet #793882

Color information

#793882 (or 0x793882) is unknown color: approx Vivid Violet. HEX triplet: 79, 38 and 82. RGB value is (121,56,130). Sum of RGB (Red+Green+Blue) = 121+56+130=307 (40% of max value = 765). Red value is 121 (47.66% from 255 or 39.41% from 307); Green value is 56 (22.27% from 255 or 18.24% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #793882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793882 is #86C77D. Grayscale: #535353. Windows color (decimal): -8832894 or 8534137. OLE color: 8534137.

HSL color Cylindrical-coordinate representation of color #793882: hue angle of 292.7º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #793882 is Cyan = 0.07, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12156130-
CMYK0.070.5700.49
HSL292.7º39.78%36.47%-
HSV(B)292.7º56.92%50.98%-
XYZ13.338.5122.06-
YUV83.87154.03154.48-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 39.41%
GREEN value IS 56 (22.27% from 255) = 18.24%
BLUE value IS 130 (51.17% from 255) = 42.35%
R=39.41%
G=18.24%
B=42.35%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121561300.070.5700.49292.739.7836.47
Hex7938827390311252824
Octal171702027710614455044
Binary1111001111000100000101111110010110001100100101101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793882; }

 p { color: rgb(121,56,130); }

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

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

 a { background-color: rgb(121,56,130); }

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

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

 span { border-color: rgb(121,56,130); }

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