Html Css Color HEX #7F108D Dark Magenta

📋 copy color: '#7F108D'

red 127 ◦ green 16 ◦ blue 141

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

Shades of Dark Magenta #7F108D

Tints of Dark Magenta #7F108D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.63%

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 44.72%
G = 5.63%
B = 49.65%

CMYK

 C value IS 0.10

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#7F108D (or 0x7F108D) is known color: Dark Magenta. HEX triplet: 7F, 10 and 8D. RGB value is (127,16,141). Sum of RGB (Red+Green+Blue) = 127+16+141=284 (37% of max value = 765). Red value is 127 (50% from 255 or 44.72% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #7F108D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F108D is #80EF72. Grayscale: #3F3F3F. Windows color (decimal): -8449907 or 9244799. OLE color: 9244799.

HSL color Cylindrical-coordinate representation of color #7F108D: hue angle of 293.28º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7F108D is Cyan = 0.10, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 127 16 141 -
CMYK 0.10 0.89 0 0.45
HSL 293.28º 0.8% 0.31% -
HSV(B) 293.28º 0.89% 0.55% -
XYZ 13.75 6.81 25.79 -
YUV 63.44 171.77 173.34 -
System Red Green Blue C M Y K H S L
Decimal 127 16 141 0.10 0.89 0 0.45 293.28 0.8 0.31
Hex 7F 10 8D A 59 0 2D 125 50 1F
Octal 177 20 215 12 131 0 55 445 120 37
Binary 1111111 10000 10001101 1010 1011001 0 101101 100100101 1010000 11111

Color Harmonies of #7F108D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F108D

Black with #7F108D

Text Example


Text Example

White with #7F108D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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