#7606a1

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

Shades of Dark Magenta #7606A1

Tints of Dark Magenta #7606A1

Color information

#7606A1 (or 0x7606A1) is unknown color: approx Dark Magenta. HEX triplet: 76, 06 and A1. RGB value is (118,6,161). Sum of RGB (Red+Green+Blue) = 118+6+161=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 6 (2.73% from 255 or 2.11% from 285); Blue value is 161 (63.28% from 255 or 56.49% from 285); Max value from RGB is 161 - color contains mainly: blue. Hex color #7606A1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7606A1 is #89F95E. Grayscale: #383838. Windows color (decimal): -9042271 or 10552950. OLE color: 10552950.

HSL color Cylindrical-coordinate representation of color #7606A1: hue angle of 283.35º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7606A1 is Cyan = 0.27, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1186161-
CMYK0.270.9600.37
HSL283.35º92.81%32.75%-
HSV(B)283.35º96.27%63.14%-
XYZ13.976.5634.25-
YUV57.16186.61171.4-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 6 (2.73% from 255) = 2.11%
BLUE value IS 161 (63.28% from 255) = 56.49%
R=41.40%
G=2.11%
B=56.49%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal11861610.270.9600.37283.3592.8132.75
Hex766A11B6002511b5d21
Octal16662413314004543313541
Binary11101101101010000111011110000001001011000110111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7606a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7606a1; }

 p { color: rgb(118,6,161); }

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

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

 a { background-color: rgb(118,6,161); }

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

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

 span { border-color: rgb(118,6,161); }

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