#79146A

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

Shades of Dark Purple #79146A

Tints of Dark Purple #79146A

Color information

#79146A (or 0x79146A) is unknown color: approx Dark Purple. HEX triplet: 79, 14 and 6A. RGB value is (121,20,106). Sum of RGB (Red+Green+Blue) = 121+20+106=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 20 (8.20% from 255 or 8.10% from 247); Blue value is 106 (41.80% from 255 or 42.91% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #79146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79146A is #86EB95. Grayscale: #3B3B3B. Windows color (decimal): -8842134 or 6952057. OLE color: 6952057.

HSL color Cylindrical-coordinate representation of color #79146A: hue angle of 308.91º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #79146A is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB12120106-
CMYK00.830.120.53
HSL308.91º71.63%27.65%-
HSV(B)308.91º83.47%47.45%-
XYZ10.745.6114.15-
YUV60153.96171.51-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 48.99%
GREEN value IS 20 (8.20% from 255) = 8.10%
BLUE value IS 106 (41.80% from 255) = 42.91%
R=48.99%
G=8.10%
B=42.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1212010600.830.120.53308.9171.6327.65
Hex79146A053C35135481c
Octal171241520123146546511034
Binary1111001101001101010010100111100110101100110101100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79146A; }

 p { color: rgb(121,20,106); }

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

<style>
 a { background-color: #79146A; }

 a { background-color: rgb(121,20,106); }

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

<style>
 span { border-color: #79146A; }

 span { border-color: rgb(121,20,106); }

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