#79137E

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

Shades of Purple #79137E

Tints of Purple #79137E

Color information

#79137E (or 0x79137E) is unknown color: approx Purple. HEX triplet: 79, 13 and 7E. RGB value is (121,19,126). Sum of RGB (Red+Green+Blue) = 121+19+126=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 19 (7.81% from 255 or 7.14% from 266); Blue value is 126 (49.61% from 255 or 47.37% from 266); Max value from RGB is 126 - color contains mainly: blue. Hex color #79137E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79137E is #86EC81. Grayscale: #3D3D3D. Windows color (decimal): -8842370 or 8262521. OLE color: 8262521.

HSL color Cylindrical-coordinate representation of color #79137E: hue angle of 297.2º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #79137E is Cyan = 0.04, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB12119126-
CMYK0.040.8500.51
HSL297.2º73.79%28.43%-
HSV(B)297.2º84.92%49.41%-
XYZ11.886.0420.28-
YUV61.7164.29170.3-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 45.49%
GREEN value IS 19 (7.81% from 255) = 7.14%
BLUE value IS 126 (49.61% from 255) = 47.37%
R=45.49%
G=7.14%
B=47.37%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal121191260.040.8500.51297.273.7928.43
Hex79137E4550331294a1c
Octal17123176412506345111234
Binary111100110011111111010010101010110011100101001100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79137E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79137E; }

 p { color: rgb(121,19,126); }

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

<style>
 a { background-color: #79137E; }

 a { background-color: rgb(121,19,126); }

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

<style>
 span { border-color: #79137E; }

 span { border-color: rgb(121,19,126); }

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