#79066F

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

Shades of Purple #79066F

Tints of Purple #79066F

Color information

#79066F (or 0x79066F) is unknown color: approx Purple. HEX triplet: 79, 06 and 6F. RGB value is (121,6,111). Sum of RGB (Red+Green+Blue) = 121+6+111=238 (31% of max value = 765). Red value is 121 (47.66% from 255 or 50.84% from 238); Green value is 6 (2.73% from 255 or 2.52% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 121 - color contains mainly: red. Hex color #79066F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #79066F is #86F990. Grayscale: #343434. Windows color (decimal): -8845713 or 7276153. OLE color: 7276153.

HSL color Cylindrical-coordinate representation of color #79066F: hue angle of 305.22º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #79066F is Cyan = 0, Magento = 0.95, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB1216111-
CMYK00.950.080.53
HSL305.22º90.55%24.9%-
HSV(B)305.22º95.04%47.45%-
XYZ10.825.3415.5-
YUV52.36161.1176.96-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 50.84%
GREEN value IS 6 (2.73% from 255) = 2.52%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=50.84%
G=2.52%
B=46.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal121611100.950.080.53305.2290.5524.9
Hex7966F05F8351315b19
Octal17161570137106546113331
Binary11110011101101111010111111000110101100110001101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79066F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79066F; }

 p { color: rgb(121,6,111); }

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

<style>
 a { background-color: #79066F; }

 a { background-color: rgb(121,6,111); }

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

<style>
 span { border-color: #79066F; }

 span { border-color: rgb(121,6,111); }

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