#79056A

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

Shades of Purple #79056A

Tints of Purple #79056A

Color information

#79056A (or 0x79056A) is unknown color: approx Purple. HEX triplet: 79, 05 and 6A. RGB value is (121,5,106). Sum of RGB (Red+Green+Blue) = 121+5+106=232 (30% of max value = 765). Red value is 121 (47.66% from 255 or 52.16% from 232); Green value is 5 (2.34% from 255 or 2.16% from 232); Blue value is 106 (41.80% from 255 or 45.69% from 232); Max value from RGB is 121 - color contains mainly: red. Hex color #79056A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79056A is #86FA95. Grayscale: #323232. Windows color (decimal): -8845974 or 6948217. OLE color: 6948217.

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

Color convert

RGB1215106-
CMYK00.960.120.53
HSL307.76º92.06%24.71%-
HSV(B)307.76º95.87%47.45%-
XYZ10.545.2114.09-
YUV51.2158.93177.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 52.16%
GREEN value IS 5 (2.34% from 255) = 2.16%
BLUE value IS 106 (41.80% from 255) = 45.69%
R=52.16%
G=2.16%
B=45.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121510600.960.120.53307.7692.0624.71
Hex7956A060C351345c19
Octal17151520140146546413431
Binary11110011011101010011000001100110101100110100101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79056A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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