#7A0095

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

Shades of Dark Magenta #7A0095

Tints of Dark Magenta #7A0095

Color information

#7A0095 (or 0x7A0095) is unknown color: approx Dark Magenta. HEX triplet: 7A, 00 and 95. RGB value is (122,0,149). Sum of RGB (Red+Green+Blue) = 122+0+149=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #7A0095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0095 is #85FF6A. Grayscale: #343434. Windows color (decimal): -8781675 or 9764986. OLE color: 9764986.

HSL color Cylindrical-coordinate representation of color #7A0095: hue angle of 289.13º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0095 is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB1220149-
CMYK0.18100.42
HSL289.13º100%29.22%-
HSV(B)289.13º100%58.43%-
XYZ13.456.3128.94-
YUV53.46181.92176.88-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 45.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 149 (58.59% from 255) = 54.98%
R=45.02%
G=0%
B=54.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal12201490.18100.42289.1310029.22
Hex7A095126402A121641d
Octal17202252214405244114435
Binary11110100100101011001011001000101010100100001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7A0095; }

 p { color: rgb(122,0,149); }

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

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

 a { background-color: rgb(122,0,149); }

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

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

 span { border-color: rgb(122,0,149); }

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