#79167D

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

Shades of Dark Purple #79167D

Tints of Dark Purple #79167D

Color information

#79167D (or 0x79167D) is unknown color: approx Dark Purple. HEX triplet: 79, 16 and 7D. RGB value is (121,22,125). Sum of RGB (Red+Green+Blue) = 121+22+125=268 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.15% from 268); Green value is 22 (8.98% from 255 or 8.21% from 268); Blue value is 125 (49.22% from 255 or 46.64% from 268); Max value from RGB is 125 - color contains mainly: blue. Hex color #79167D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79167D is #86E982. Grayscale: #3F3F3F. Windows color (decimal): -8841603 or 8197753. OLE color: 8197753.

HSL color Cylindrical-coordinate representation of color #79167D: hue angle of 297.67º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #79167D is Cyan = 0.03, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12122125-
CMYK0.030.8200.51
HSL297.67º70.07%28.82%-
HSV(B)297.67º82.4%49.02%-
XYZ11.876.1219.96-
YUV63.34162.8169.12-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.15%
GREEN value IS 22 (8.98% from 255) = 8.21%
BLUE value IS 125 (49.22% from 255) = 46.64%
R=45.15%
G=8.21%
B=46.64%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121221250.030.8200.51297.6770.0728.82
Hex79167D35203312a461d
Octal17126175312206345210635
Binary11110011011011111011110100100110011100101010100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79167D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79167D; }

 p { color: rgb(121,22,125); }

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

<style>
 a { background-color: #79167D; }

 a { background-color: rgb(121,22,125); }

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

<style>
 span { border-color: #79167D; }

 span { border-color: rgb(121,22,125); }

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