#7A0C9A

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

Shades of Dark Magenta #7A0C9A

Tints of Dark Magenta #7A0C9A

Color information

#7A0C9A (or 0x7A0C9A) is unknown color: approx Dark Magenta. HEX triplet: 7A, 0C and 9A. RGB value is (122,12,154). Sum of RGB (Red+Green+Blue) = 122+12+154=288 (38% of max value = 765). Red value is 122 (48.05% from 255 or 42.36% from 288); Green value is 12 (5.08% from 255 or 4.17% from 288); Blue value is 154 (60.55% from 255 or 53.47% from 288); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A0C9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A0C9A is #85F365. Grayscale: #3C3C3C. Windows color (decimal): -8778598 or 10095738. OLE color: 10095738.

HSL color Cylindrical-coordinate representation of color #7A0C9A: hue angle of 286.48º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7A0C9A is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB12212154-
CMYK0.210.9200.40
HSL286.48º85.54%32.55%-
HSV(B)286.48º92.21%60.39%-
XYZ13.996.7331.13-
YUV61.08180.44171.45-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.36%
GREEN value IS 12 (5.08% from 255) = 4.17%
BLUE value IS 154 (60.55% from 255) = 53.47%
R=42.36%
G=4.17%
B=53.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal122121540.210.9200.40286.4885.5432.55
Hex7AC9A155C02811e5621
Octal172142322513405043612641
Binary111101011001001101010101101110001010001000111101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A0C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,12,154); }

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

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

 a { background-color: rgb(122,12,154); }

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

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

 span { border-color: rgb(122,12,154); }

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