#7F03A9

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

Shades of Dark Magenta #7F03A9

Tints of Dark Magenta #7F03A9

Color information

#7F03A9 (or 0x7F03A9) is unknown color: approx Dark Magenta. HEX triplet: 7F, 03 and A9. RGB value is (127,3,169). Sum of RGB (Red+Green+Blue) = 127+3+169=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 169 (66.41% from 255 or 56.52% from 299); Max value from RGB is 169 - color contains mainly: blue. Hex color #7F03A9 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F03A9 is #80FC56. Grayscale: #3A3A3A. Windows color (decimal): -8453207 or 11076479. OLE color: 11076479.

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

Color convert

RGB1273169-
CMYK0.250.9800.34
HSL284.82º96.51%33.73%-
HSV(B)284.82º98.22%66.27%-
XYZ15.957.4438.13-
YUV59190.08176.5-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 42.47%
GREEN value IS 3 (1.56% from 255) = 1.00%
BLUE value IS 169 (66.41% from 255) = 56.52%
R=42.47%
G=1.00%
B=56.52%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal12731690.250.9800.34284.8296.5133.73
Hex7F3A9196202211d6122
Octal17732513114204243514142
Binary1111111111010100111001110001001000101000111011100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F03A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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