#79046D

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

Shades of Purple #79046D

Tints of Purple #79046D

Color information

#79046D (or 0x79046D) is unknown color: approx Purple. HEX triplet: 79, 04 and 6D. RGB value is (121,4,109). Sum of RGB (Red+Green+Blue) = 121+4+109=234 (30% of max value = 765). Red value is 121 (47.66% from 255 or 51.71% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 109 (42.97% from 255 or 46.58% from 234); Max value from RGB is 121 - color contains mainly: red. Hex color #79046D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79046D is #86FB92. Grayscale: #323232. Windows color (decimal): -8846227 or 7144569. OLE color: 7144569.

HSL color Cylindrical-coordinate representation of color #79046D: hue angle of 306.15º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79046D is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.53.

Color convert

RGB1214109-
CMYK00.970.100.53
HSL306.15º93.6%24.51%-
HSV(B)306.15º96.69%47.45%-
XYZ10.695.2614.92-
YUV50.95160.76177.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 51.71%
GREEN value IS 4 (1.95% from 255) = 1.71%
BLUE value IS 109 (42.97% from 255) = 46.58%
R=51.71%
G=1.71%
B=46.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.10
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121410900.970.100.53306.1593.624.51
Hex7946D061A351325e19
Octal17141550141126546213631
Binary11110011001101101011000011010110101100110010101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79046D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,4,109); }

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

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

 a { background-color: rgb(121,4,109); }

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

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

 span { border-color: rgb(121,4,109); }

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