#791D82

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

Shades of Dark Purple #791D82

Tints of Dark Purple #791D82

Color information

#791D82 (or 0x791D82) is unknown color: approx Dark Purple. HEX triplet: 79, 1D and 82. RGB value is (121,29,130). Sum of RGB (Red+Green+Blue) = 121+29+130=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 29 (11.72% from 255 or 10.36% from 280); Blue value is 130 (51.17% from 255 or 46.43% from 280); Max value from RGB is 130 - color contains mainly: blue. Hex color #791D82 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #791D82 is #86E27D. Grayscale: #434343. Windows color (decimal): -8839806 or 8527225. OLE color: 8527225.

HSL color Cylindrical-coordinate representation of color #791D82: hue angle of 294.65º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #791D82 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB12129130-
CMYK0.070.7800.49
HSL294.65º63.52%31.18%-
HSV(B)294.65º77.69%50.98%-
XYZ12.356.5621.73-
YUV68.02162.98165.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.21%
GREEN value IS 29 (11.72% from 255) = 10.36%
BLUE value IS 130 (51.17% from 255) = 46.43%
R=43.21%
G=10.36%
B=46.43%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal121291300.070.7800.49294.6563.5231.18
Hex791D8274E031127401f
Octal17135202711606144710037
Binary1111001111011000001011110011100110001100100111100000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #791D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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