#791D6E

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

Shades of Dark Purple #791D6E

Tints of Dark Purple #791D6E

Color information

#791D6E (or 0x791D6E) is unknown color: approx Dark Purple. HEX triplet: 79, 1D and 6E. RGB value is (121,29,110). Sum of RGB (Red+Green+Blue) = 121+29+110=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 29 (11.72% from 255 or 11.15% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 121 - color contains mainly: red. Hex color #791D6E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #791D6E is #86E291. Grayscale: #414141. Windows color (decimal): -8839826 or 7216505. OLE color: 7216505.

HSL color Cylindrical-coordinate representation of color #791D6E: hue angle of 307.17º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #791D6E is Cyan = 0, Magento = 0.76, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12129110-
CMYK00.760.090.53
HSL307.17º61.33%29.41%-
HSV(B)307.17º76.03%47.45%-
XYZ11.146.0715.34-
YUV65.74152.98167.41-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 46.54%
GREEN value IS 29 (11.72% from 255) = 11.15%
BLUE value IS 110 (43.36% from 255) = 42.31%
R=46.54%
G=11.15%
B=42.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212911000.760.090.53307.1761.3329.41
Hex791D6E04C9351333d1d
Octal17135156011411654637535
Binary111100111101110111001001100100111010110011001111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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