#7F12A4

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

Shades of Dark Magenta #7F12A4

Tints of Dark Magenta #7F12A4

Color information

#7F12A4 (or 0x7F12A4) is unknown color: approx Dark Magenta. HEX triplet: 7F, 12 and A4. RGB value is (127,18,164). Sum of RGB (Red+Green+Blue) = 127+18+164=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 18 (7.42% from 255 or 5.83% from 309); Blue value is 164 (64.45% from 255 or 53.07% from 309); Max value from RGB is 164 - color contains mainly: blue. Hex color #7F12A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F12A4 is #80ED5B. Grayscale: #424242. Windows color (decimal): -8449372 or 10752639. OLE color: 10752639.

HSL color Cylindrical-coordinate representation of color #7F12A4: hue angle of 284.79º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F12A4 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB12718164-
CMYK0.230.8900.36
HSL284.79º80.22%35.69%-
HSV(B)284.79º89.02%64.31%-
XYZ15.677.6235.77-
YUV67.24182.61170.63-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.10%
GREEN value IS 18 (7.42% from 255) = 5.83%
BLUE value IS 164 (64.45% from 255) = 53.07%
R=41.10%
G=5.83%
B=53.07%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127181640.230.8900.36284.7980.2235.69
Hex7F12A4175902411d5024
Octal177222442713104443512044
Binary1111111100101010010010111101100101001001000111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F12A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,18,164); }

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

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

 a { background-color: rgb(127,18,164); }

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

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

 span { border-color: rgb(127,18,164); }

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