#791D91

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

Shades of Vivid Violet #791D91

Tints of Vivid Violet #791D91

Color information

#791D91 (or 0x791D91) is unknown color: approx Vivid Violet. HEX triplet: 79, 1D and 91. RGB value is (121,29,145). Sum of RGB (Red+Green+Blue) = 121+29+145=295 (39% of max value = 765). Red value is 121 (47.66% from 255 or 41.02% from 295); Green value is 29 (11.72% from 255 or 9.83% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #791D91 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791D91 is #86E26E. Grayscale: #454545. Windows color (decimal): -8839791 or 9510265. OLE color: 9510265.

HSL color Cylindrical-coordinate representation of color #791D91: hue angle of 287.59º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #791D91 is Cyan = 0.17, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12129145-
CMYK0.170.800.43
HSL287.59º66.67%34.12%-
HSV(B)287.59º80%56.86%-
XYZ13.446.9927.43-
YUV69.73170.48164.57-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 41.02%
GREEN value IS 29 (11.72% from 255) = 9.83%
BLUE value IS 145 (57.03% from 255) = 49.15%
R=41.02%
G=9.83%
B=49.15%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121291450.170.800.43287.5966.6734.12
Hex791D91115002B1204322
Octal171352212112005344010342
Binary1111001111011001000110001101000001010111001000001000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #791D91; }

 p { color: rgb(121,29,145); }

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

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

 a { background-color: rgb(121,29,145); }

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

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

 span { border-color: rgb(121,29,145); }

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