#751196

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

Shades of Dark Magenta #751196

Tints of Dark Magenta #751196

Color information

#751196 (or 0x751196) is unknown color: approx Dark Magenta. HEX triplet: 75, 11 and 96. RGB value is (117,17,150). Sum of RGB (Red+Green+Blue) = 117+17+150=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #751196 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #751196 is #8AEE69. Grayscale: #3D3D3D. Windows color (decimal): -9105002 or 9834869. OLE color: 9834869.

HSL color Cylindrical-coordinate representation of color #751196: hue angle of 285.11º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #751196 is Cyan = 0.22, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB11717150-
CMYK0.220.8900.41
HSL285.11º79.64%32.75%-
HSV(B)285.11º88.67%58.82%-
XYZ13.046.3829.4-
YUV62.06177.63167.19-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 41.20%
GREEN value IS 17 (7.03% from 255) = 5.99%
BLUE value IS 150 (58.98% from 255) = 52.82%
R=41.20%
G=5.99%
B=52.82%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal117171500.220.8900.41285.1179.6432.75
Hex751196165902911d5021
Octal165212262613105143512041
Binary1110101100011001011010110101100101010011000111011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #751196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #751196; }

 p { color: rgb(117,17,150); }

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

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

 a { background-color: rgb(117,17,150); }

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

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

 span { border-color: rgb(117,17,150); }

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