#7f10a0

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

Shades of Dark Magenta #7F10A0

Tints of Dark Magenta #7F10A0

Color information

#7F10A0 (or 0x7F10A0) is unknown color: approx Dark Magenta. HEX triplet: 7F, 10 and A0. RGB value is (127,16,160). Sum of RGB (Red+Green+Blue) = 127+16+160=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 16 (6.64% from 255 or 5.28% from 303); Blue value is 160 (62.89% from 255 or 52.81% from 303); Max value from RGB is 160 - color contains mainly: blue. Hex color #7F10A0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F10A0 is #80EF5F. Grayscale: #414141. Windows color (decimal): -8449888 or 10489983. OLE color: 10489983.

HSL color Cylindrical-coordinate representation of color #7F10A0: hue angle of 286.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F10A0 is Cyan = 0.21, Magento = 0.9, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB12716160-
CMYK0.210.900.37
HSL286.25º81.82%34.51%-
HSV(B)286.25º90%62.75%-
XYZ15.287.4233.88-
YUV65.6181.27171.79-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 41.91%
GREEN value IS 16 (6.64% from 255) = 5.28%
BLUE value IS 160 (62.89% from 255) = 52.81%
R=41.91%
G=5.28%
B=52.81%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.9
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal127161600.210.900.37286.2581.8234.51
Hex7F10A0155A02511e5223
Octal177202402513204543612243
Binary1111111100001010000010101101101001001011000111101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f10a0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,16,160); }

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

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

 a { background-color: rgb(127,16,160); }

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

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

 span { border-color: rgb(127,16,160); }

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