#791D92

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

Shades of Vivid Violet #791D92

Tints of Vivid Violet #791D92

Color information

#791D92 (or 0x791D92) is unknown color: approx Vivid Violet. HEX triplet: 79, 1D and 92. RGB value is (121,29,146). Sum of RGB (Red+Green+Blue) = 121+29+146=296 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.88% from 296); Green value is 29 (11.72% from 255 or 9.80% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #791D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791D92 is #86E26D. Grayscale: #454545. Windows color (decimal): -8839790 or 9575801. OLE color: 9575801.

HSL color Cylindrical-coordinate representation of color #791D92: hue angle of 287.18º 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 #791D92 is Cyan = 0.17, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12129146-
CMYK0.170.8000.43
HSL287.18º66.86%34.31%-
HSV(B)287.18º80.14%57.25%-
XYZ13.517.0227.84-
YUV69.85170.98164.49-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.88%
GREEN value IS 29 (11.72% from 255) = 9.80%
BLUE value IS 146 (57.42% from 255) = 49.32%
R=40.88%
G=9.80%
B=49.32%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal121291460.170.8000.43287.1866.8634.31
Hex791D92115002B11f4322
Octal171352222112005343710342
Binary1111001111011001001010001101000001010111000111111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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