#79048D

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

Shades of Purple #79048D

Tints of Purple #79048D

Color information

#79048D (or 0x79048D) is unknown color: approx Purple. HEX triplet: 79, 04 and 8D. RGB value is (121,4,141). Sum of RGB (Red+Green+Blue) = 121+4+141=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 141 (55.47% from 255 or 53.01% from 266); Max value from RGB is 141 - color contains mainly: blue. Hex color #79048D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79048D is #86FB72. Grayscale: #363636. Windows color (decimal): -8846195 or 9241721. OLE color: 9241721.

HSL color Cylindrical-coordinate representation of color #79048D: hue angle of 291.24º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #79048D is Cyan = 0.14, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1214141-
CMYK0.140.9700.45
HSL291.24º94.48%28.43%-
HSV(B)291.24º97.16%55.29%-
XYZ12.746.0725.7-
YUV54.6176.76175.36-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 4 (1.95% from 255) = 1.50%
BLUE value IS 141 (55.47% from 255) = 53.01%
R=45.49%
G=1.50%
B=53.01%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12141410.140.9700.45291.2494.4828.43
Hex7948DE6102D1235e1c
Octal17142151614105544313634
Binary111100110010001101111011000010101101100100011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79048D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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