#7F018C

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

Shades of Dark Magenta #7F018C

Tints of Dark Magenta #7F018C

Color information

#7F018C (or 0x7F018C) is unknown color: approx Dark Magenta. HEX triplet: 7F, 01 and 8C. RGB value is (127,1,140). Sum of RGB (Red+Green+Blue) = 127+1+140=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 140 (55.08% from 255 or 52.24% from 268); Max value from RGB is 140 - color contains mainly: blue. Hex color #7F018C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F018C is #80FE73. Grayscale: #363636. Windows color (decimal): -8453748 or 9175423. OLE color: 9175423.

HSL color Cylindrical-coordinate representation of color #7F018C: hue angle of 294.39º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7F018C is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1271140-
CMYK0.090.9900.45
HSL294.39º98.58%27.65%-
HSV(B)294.39º99.29%54.9%-
XYZ13.56.4325.34-
YUV54.52176.24179.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 47.39%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 140 (55.08% from 255) = 52.24%
R=47.39%
G=0.37%
B=52.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal12711400.090.9900.45294.3998.5827.65
Hex7F18C96302D126631c
Octal17712141114305544614334
Binary1111111110001100100111000110101101100100110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F018C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,1,140); }

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

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

 a { background-color: rgb(127,1,140); }

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

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

 span { border-color: rgb(127,1,140); }

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