#7F12A2

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

Shades of Dark Magenta #7F12A2

Tints of Dark Magenta #7F12A2

Color information

#7F12A2 (or 0x7F12A2) is unknown color: approx Dark Magenta. HEX triplet: 7F, 12 and A2. RGB value is (127,18,162). Sum of RGB (Red+Green+Blue) = 127+18+162=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 18 (7.42% from 255 or 5.86% from 307); Blue value is 162 (63.67% from 255 or 52.77% from 307); Max value from RGB is 162 - color contains mainly: blue. Hex color #7F12A2 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F12A2 is #80ED5D. Grayscale: #424242. Windows color (decimal): -8449374 or 10621567. OLE color: 10621567.

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

Color convert

RGB12718162-
CMYK0.220.8900.36
HSL285.42º80%35.29%-
HSV(B)285.42º88.89%63.53%-
XYZ15.497.5534.82-
YUV67.01181.61170.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.37%
GREEN value IS 18 (7.42% from 255) = 5.86%
BLUE value IS 162 (63.67% from 255) = 52.77%
R=41.37%
G=5.86%
B=52.77%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal127181620.220.8900.36285.428035.29
Hex7F12A2165902411d5023
Octal177222422613104443512043
Binary1111111100101010001010110101100101001001000111011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F12A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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