#793394

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

Shades of Vivid Violet #793394

Tints of Vivid Violet #793394

Color information

#793394 (or 0x793394) is unknown color: approx Vivid Violet. HEX triplet: 79, 33 and 94. RGB value is (121,51,148). Sum of RGB (Red+Green+Blue) = 121+51+148=320 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.81% from 320); Green value is 51 (20.31% from 255 or 15.94% from 320); Blue value is 148 (58.20% from 255 or 46.25% from 320); Max value from RGB is 148 - color contains mainly: blue. Hex color #793394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793394 is #86CC6B. Grayscale: #525252. Windows color (decimal): -8834156 or 9712505. OLE color: 9712505.

HSL color Cylindrical-coordinate representation of color #793394: hue angle of 283.3º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #793394 is Cyan = 0.18, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB12151148-
CMYK0.180.6600.42
HSL283.3º48.74%39.02%-
HSV(B)283.3º65.54%58.04%-
XYZ14.418.5728.91-
YUV82.99164.69155.11-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.81%
GREEN value IS 51 (20.31% from 255) = 15.94%
BLUE value IS 148 (58.20% from 255) = 46.25%
R=37.81%
G=15.94%
B=46.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal121511480.180.6600.42283.348.7439.02
Hex793394124202A11b3127
Octal17163224221020524336147
Binary1111001110011100101001001010000100101010100011011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793394; }

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

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

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

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

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

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

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

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