#793988

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

Shades of Vivid Violet #793988

Tints of Vivid Violet #793988

Color information

#793988 (or 0x793988) is unknown color: approx Vivid Violet. HEX triplet: 79, 39 and 88. RGB value is (121,57,136). Sum of RGB (Red+Green+Blue) = 121+57+136=314 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.54% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #793988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793988 is #86C677. Grayscale: #545454. Windows color (decimal): -8832632 or 8927609. OLE color: 8927609.

HSL color Cylindrical-coordinate representation of color #793988: hue angle of 288.61º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #793988 is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB12157136-
CMYK0.110.5800.47
HSL288.61º40.93%37.84%-
HSV(B)288.61º58.09%53.33%-
XYZ13.798.7724.26-
YUV85.14156.7153.58-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.54%
GREEN value IS 57 (22.66% from 255) = 18.15%
BLUE value IS 136 (53.52% from 255) = 43.31%
R=38.54%
G=18.15%
B=43.31%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal121571360.110.5800.47288.6140.9337.84
Hex793988B3A02F1212926
Octal1717121013720574415146
Binary11110011110011000100010111110100101111100100001101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793988; }

 p { color: rgb(121,57,136); }

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

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

 a { background-color: rgb(121,57,136); }

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

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

 span { border-color: rgb(121,57,136); }

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