#7C09A7

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

Shades of Dark Magenta #7C09A7

Tints of Dark Magenta #7C09A7

Color information

#7C09A7 (or 0x7C09A7) is unknown color: approx Dark Magenta. HEX triplet: 7C, 09 and A7. RGB value is (124,9,167). Sum of RGB (Red+Green+Blue) = 124+9+167=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 9 (3.91% from 255 or 3% from 300); Blue value is 167 (65.62% from 255 or 55.67% from 300); Max value from RGB is 167 - color contains mainly: blue. Hex color #7C09A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7C09A7 is #83F658. Grayscale: #3C3C3C. Windows color (decimal): -8648281 or 10946940. OLE color: 10946940.

HSL color Cylindrical-coordinate representation of color #7C09A7: hue angle of 283.67º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7C09A7 is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1249167-
CMYK0.260.9500.35
HSL283.67º89.77%34.51%-
HSV(B)283.67º94.61%65.49%-
XYZ15.387.2737.15-
YUV61.4187.6172.65-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 41.33%
GREEN value IS 9 (3.91% from 255) = 3%
BLUE value IS 167 (65.62% from 255) = 55.67%
R=41.33%
G=3%
B=55.67%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal12491670.260.9500.35283.6789.7734.51
Hex7C9A71A5F02311c5a23
Octal174112473213704343413243
Binary111110010011010011111010101111101000111000111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C09A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,9,167); }

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

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

 a { background-color: rgb(124,9,167); }

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

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

 span { border-color: rgb(124,9,167); }

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