#7A0A92

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

Shades of Dark Magenta #7A0A92

Tints of Dark Magenta #7A0A92

Color information

#7A0A92 (or 0x7A0A92) is unknown color: approx Dark Magenta. HEX triplet: 7A, 0A and 92. RGB value is (122,10,146). Sum of RGB (Red+Green+Blue) = 122+10+146=278 (36% of max value = 765). Red value is 122 (48.05% from 255 or 43.88% from 278); Green value is 10 (4.30% from 255 or 3.60% from 278); Blue value is 146 (57.42% from 255 or 52.52% from 278); Max value from RGB is 146 - color contains mainly: blue. Hex color #7A0A92 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0A92 is #85F56D. Grayscale: #3A3A3A. Windows color (decimal): -8779118 or 9570938. OLE color: 9570938.

HSL color Cylindrical-coordinate representation of color #7A0A92: hue angle of 289.41º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A0A92 is Cyan = 0.16, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB12210146-
CMYK0.160.9300.43
HSL289.41º87.18%30.59%-
HSV(B)289.41º93.15%57.25%-
XYZ13.326.4327.73-
YUV58.99177.11172.94-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 43.88%
GREEN value IS 10 (4.30% from 255) = 3.60%
BLUE value IS 146 (57.42% from 255) = 52.52%
R=43.88%
G=3.60%
B=52.52%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal122101460.160.9300.43289.4187.1830.59
Hex7AA92105D02B121571f
Octal172122222013505344112737
Binary11110101010100100101000010111010101011100100001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0A92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,10,146); }

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

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

 a { background-color: rgb(122,10,146); }

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

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

 span { border-color: rgb(122,10,146); }

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