#791E71

Color #791E71 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #791E71

Tints of Dark Purple #791E71

Color information

#791E71 (or 0x791E71) is unknown color: approx Dark Purple. HEX triplet: 79, 1E and 71. RGB value is (121,30,113). Sum of RGB (Red+Green+Blue) = 121+30+113=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 30 (12.11% from 255 or 11.36% from 264); Blue value is 113 (44.53% from 255 or 42.80% from 264); Max value from RGB is 121 - color contains mainly: red. Hex color #791E71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791E71 is #86E18E. Grayscale: #424242. Windows color (decimal): -8839567 or 7413369. OLE color: 7413369.

HSL color Cylindrical-coordinate representation of color #791E71: hue angle of 305.27º degrees, saturation: 0.6, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #791E71 is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12130113-
CMYK00.750.070.53
HSL305.27º60.26%29.61%-
HSV(B)305.27º75.21%47.45%-
XYZ11.336.1916.22-
YUV66.67154.15166.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.83%
GREEN value IS 30 (12.11% from 255) = 11.36%
BLUE value IS 113 (44.53% from 255) = 42.80%
R=45.83%
G=11.36%
B=42.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1213011300.750.070.53305.2760.2629.61
Hex791E7104B7351313c1e
Octal1713616101137654617436
Binary11110011111011100010100101111111010110011000111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,30,113); }

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

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

 a { background-color: rgb(121,30,113); }

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

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

 span { border-color: rgb(121,30,113); }

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