Html Css Color HEX #7F109D Dark Magenta

📋 copy color: '#7F109D'

red 127 ◦ green 16 ◦ blue 157

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

Shades of Dark Magenta #7F109D

Tints of Dark Magenta #7F109D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.33%

R = 42.33%
G = 5.33%
B = 52.33%

CMYK

 C value IS 0.19

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F109D (or 0x7F109D) is known color: Dark Magenta. HEX triplet: 7F, 10 and 9D. RGB value is (127,16,157). Sum of RGB (Red+Green+Blue) = 127+16+157=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 16 (6.64% from 255 or 5.33% from 300); Blue value is 157 (61.72% from 255 or 52.33% from 300); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F109D is #80EF62. Grayscale: #404040. Windows color (decimal): -8449891 or 10293375. OLE color: 10293375.

HSL color Cylindrical-coordinate representation of color #7F109D: hue angle of 287.23º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7F109D is Cyan = 0.19, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 16 157 -
CMYK 0.19 0.90 0 0.38
HSL 287.23º 0.82% 0.34% -
HSV(B) 287.23º 0.9% 0.62% -
XYZ 15.02 7.32 32.52 -
YUV 65.26 179.77 172.04 -
System Red Green Blue C M Y K H S L
Decimal 127 16 157 0.19 0.90 0 0.38 287.23 0.82 0.34
Hex 7F 10 9D 13 5A 0 26 11F 52 22
Octal 177 20 235 23 132 0 46 437 122 42
Binary 1111111 10000 10011101 10011 1011010 0 100110 100011111 1010010 100010

Color Harmonies of #7F109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F109D

Black with #7F109D

Text Example


Text Example

White with #7F109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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