#79168A

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

Shades of Purple #79168A

Tints of Purple #79168A

Color information

#79168A (or 0x79168A) is unknown color: approx Purple. HEX triplet: 79, 16 and 8A. RGB value is (121,22,138). Sum of RGB (Red+Green+Blue) = 121+22+138=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 22 (8.98% from 255 or 7.83% from 281); Blue value is 138 (54.30% from 255 or 49.11% from 281); Max value from RGB is 138 - color contains mainly: blue. Hex color #79168A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #79168A is #86E975. Grayscale: #404040. Windows color (decimal): -8841590 or 9049721. OLE color: 9049721.

HSL color Cylindrical-coordinate representation of color #79168A: hue angle of 291.21º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #79168A is Cyan = 0.12, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB12122138-
CMYK0.120.8400.46
HSL291.21º72.5%31.37%-
HSV(B)291.21º84.06%54.12%-
XYZ12.766.4724.62-
YUV64.82169.3168.07-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 43.06%
GREEN value IS 22 (8.98% from 255) = 7.83%
BLUE value IS 138 (54.30% from 255) = 49.11%
R=43.06%
G=7.83%
B=49.11%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal121221380.120.8400.46291.2172.531.37
Hex79168AC5402E123481f
Octal171262121412405644311037
Binary11110011011010001010110010101000101110100100011100100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79168A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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