#7602A5

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

Shades of Dark Magenta #7602A5

Tints of Dark Magenta #7602A5

Color information

#7602A5 (or 0x7602A5) is unknown color: approx Dark Magenta. HEX triplet: 76, 02 and A5. RGB value is (118,2,165). Sum of RGB (Red+Green+Blue) = 118+2+165=285 (37% of max value = 765). Red value is 118 (46.48% from 255 or 41.40% from 285); Green value is 2 (1.17% from 255 or 0.70% from 285); Blue value is 165 (64.84% from 255 or 57.89% from 285); Max value from RGB is 165 - color contains mainly: blue. Hex color #7602A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7602A5 is #89FD5A. Grayscale: #363636. Windows color (decimal): -9043291 or 10814070. OLE color: 10814070.

HSL color Cylindrical-coordinate representation of color #7602A5: hue angle of 282.7º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7602A5 is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1182165-
CMYK0.280.9900.35
HSL282.7º97.6%32.75%-
HSV(B)282.7º98.79%64.71%-
XYZ14.286.6136.12-
YUV55.27189.93172.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 41.40%
GREEN value IS 2 (1.17% from 255) = 0.70%
BLUE value IS 165 (64.84% from 255) = 57.89%
R=41.40%
G=0.70%
B=57.89%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11821650.280.9900.35282.797.632.75
Hex762A51C6302311b6221
Octal16622453414304343314241
Binary1110110101010010111100110001101000111000110111100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7602A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7602A5; }

 p { color: rgb(118,2,165); }

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

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

 a { background-color: rgb(118,2,165); }

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

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

 span { border-color: rgb(118,2,165); }

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