#793081

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

Shades of Vivid Violet #793081

Tints of Vivid Violet #793081

Color information

#793081 (or 0x793081) is unknown color: approx Vivid Violet. HEX triplet: 79, 30 and 81. RGB value is (121,48,129). Sum of RGB (Red+Green+Blue) = 121+48+129=298 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.60% from 298); Green value is 48 (19.14% from 255 or 16.11% from 298); Blue value is 129 (50.78% from 255 or 43.29% from 298); Max value from RGB is 129 - color contains mainly: blue. Hex color #793081 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #793081 is #86CF7E. Grayscale: #4E4E4E. Windows color (decimal): -8834943 or 8466553. OLE color: 8466553.

HSL color Cylindrical-coordinate representation of color #793081: hue angle of 294.07º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #793081 is Cyan = 0.06, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12148129-
CMYK0.060.6300.49
HSL294.07º45.76%34.71%-
HSV(B)294.07º62.79%50.59%-
XYZ12.97.7621.59-
YUV79.06156.18157.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.60%
GREEN value IS 48 (19.14% from 255) = 16.11%
BLUE value IS 129 (50.78% from 255) = 43.29%
R=40.60%
G=16.11%
B=43.29%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121481290.060.6300.49294.0745.7634.71
Hex79308163F0311262e23
Octal171602016770614465643
Binary1111001110000100000011101111110110001100100110101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #793081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #793081; }

 p { color: rgb(121,48,129); }

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

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

 a { background-color: rgb(121,48,129); }

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

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

 span { border-color: rgb(121,48,129); }

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