#7F0EA9

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

Shades of Dark Magenta #7F0EA9

Tints of Dark Magenta #7F0EA9

Color information

#7F0EA9 (or 0x7F0EA9) is unknown color: approx Dark Magenta. HEX triplet: 7F, 0E and A9. RGB value is (127,14,169). Sum of RGB (Red+Green+Blue) = 127+14+169=310 (41% of max value = 765). Red value is 127 (50% from 255 or 40.97% from 310); Green value is 14 (5.86% from 255 or 4.52% from 310); Blue value is 169 (66.41% from 255 or 54.52% from 310); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F0EA9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F0EA9 is #80F156. Grayscale: #404040. Windows color (decimal): -8450391 or 11079295. OLE color: 11079295.

HSL color Cylindrical-coordinate representation of color #7F0EA9: hue angle of 283.74º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7F0EA9 is Cyan = 0.25, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB12714169-
CMYK0.250.9200.34
HSL283.74º84.7%35.88%-
HSV(B)283.74º91.72%66.27%-
XYZ16.077.6938.17-
YUV65.46186.44171.9-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 40.97%
GREEN value IS 14 (5.86% from 255) = 4.52%
BLUE value IS 169 (66.41% from 255) = 54.52%
R=40.97%
G=4.52%
B=54.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal127141690.250.9200.34283.7484.735.88
Hex7FEA9195C02211c5524
Octal177162513113404243412544
Binary111111111101010100111001101110001000101000111001010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F0EA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,14,169); }

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

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

 a { background-color: rgb(127,14,169); }

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

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

 span { border-color: rgb(127,14,169); }

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