Html Css Color HEX #7F018E Dark Magenta

📋 copy color: '#7F018E'

red 127 ◦ green 1 ◦ blue 142

#7F018E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #7F018E

Tints of Dark Magenta #7F018E

RGB

 RED value IS 127 (50% from 255) = 47.04%

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 142 (55.86% from 255) = 52.59%

R = 47.04%
G = 0.37%
B = 52.59%

CMYK

 C value IS 0.11

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F018E (or 0x7F018E) is known color: Dark Magenta. HEX triplet: 7F, 01 and 8E. RGB value is (127,1,142). Sum of RGB (Red+Green+Blue) = 127+1+142=270 (35% of max value = 765). Red value is 127 (50% from 255 or 47.04% from 270); Green value is 1 (0.78% from 255 or 0.37% from 270); Blue value is 142 (55.86% from 255 or 52.59% from 270); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F018E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F018E is #80FE71. Grayscale: #363636. Windows color (decimal): -8453746 or 9306495. OLE color: 9306495.

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

Color convert

RGB 127 1 142 -
CMYK 0.11 0.99 0 0.44
HSL 293.62º 0.99% 0.28% -
HSV(B) 293.62º 0.99% 0.56% -
XYZ 13.65 6.49 26.12 -
YUV 54.75 177.24 179.54 -
System Red Green Blue C M Y K H S L
Decimal 127 1 142 0.11 0.99 0 0.44 293.62 0.99 0.28
Hex 7F 1 8E B 63 0 2C 126 63 1C
Octal 177 1 216 13 143 0 54 446 143 34
Binary 1111111 1 10001110 1011 1100011 0 101100 100100110 1100011 11100

Color Harmonies of #7F018E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F018E

Black with #7F018E

Text Example


Text Example

White with #7F018E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7F018E;
 }
 .AnyTagClassName
 {
   color: #7F018E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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