#7911A1

Color #7911A1 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7911A1

Tints of Dark Magenta #7911A1

Color information

#7911A1 (or 0x7911A1) is unknown color: approx Dark Magenta. HEX triplet: 79, 11 and A1. RGB value is (121,17,161). Sum of RGB (Red+Green+Blue) = 121+17+161=299 (39% of max value = 765). Red value is 121 (47.66% from 255 or 40.47% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 161 (63.28% from 255 or 53.85% from 299); Max value from RGB is 161 - color contains mainly: blue. Hex color #7911A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7911A1 is #86EE5E. Grayscale: #404040. Windows color (decimal): -8842847 or 10555769. OLE color: 10555769.

HSL color Cylindrical-coordinate representation of color #7911A1: hue angle of 283.33º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7911A1 is Cyan = 0.25, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12117161-
CMYK0.250.8900.37
HSL283.33º80.9%34.9%-
HSV(B)283.33º89.44%63.14%-
XYZ14.527.0434.31-
YUV64.51182.46168.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 40.47%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 161 (63.28% from 255) = 53.85%
R=40.47%
G=5.69%
B=53.85%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal121171610.250.8900.37283.3380.934.9
Hex7911A1195902511b5123
Octal171212413113104543312143
Binary1111001100011010000111001101100101001011000110111010001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7911A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7911A1; }

 p { color: rgb(121,17,161); }

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

<style>
 a { background-color: #7911A1; }

 a { background-color: rgb(121,17,161); }

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

<style>
 span { border-color: #7911A1; }

 span { border-color: rgb(121,17,161); }

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