#7A089A

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

Shades of Dark Magenta #7A089A

Tints of Dark Magenta #7A089A

Color information

#7A089A (or 0x7A089A) is unknown color: approx Dark Magenta. HEX triplet: 7A, 08 and 9A. RGB value is (122,8,154). Sum of RGB (Red+Green+Blue) = 122+8+154=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 8 (3.52% from 255 or 2.82% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #7A089A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A089A is #85F765. Grayscale: #3A3A3A. Windows color (decimal): -8779622 or 10094714. OLE color: 10094714.

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

Color convert

RGB1228154-
CMYK0.210.9500.40
HSL286.85º90.12%31.76%-
HSV(B)286.85º94.81%60.39%-
XYZ13.956.6431.12-
YUV58.73181.77173.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 42.96%
GREEN value IS 8 (3.52% from 255) = 2.82%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=42.96%
G=2.82%
B=54.23%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal12281540.210.9500.40286.8590.1231.76
Hex7A89A155F02811f5a20
Octal172102322513705043713240
Binary111101010001001101010101101111101010001000111111011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A089A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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