Html Css Color HEX #7F139D Dark Magenta

📋 copy color: '#7F139D'

red 127 ◦ green 19 ◦ blue 157

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

Shades of Dark Magenta #7F139D

Tints of Dark Magenta #7F139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.27%

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

R = 41.91%
G = 6.27%
B = 51.82%

CMYK

 C value IS 0.19

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F139D (or 0x7F139D) is known color: Dark Magenta. HEX triplet: 7F, 13 and 9D. RGB value is (127,19,157). Sum of RGB (Red+Green+Blue) = 127+19+157=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 19 (7.81% from 255 or 6.27% from 303); Blue value is 157 (61.72% from 255 or 51.82% from 303); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F139D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F139D is #80EC62. Grayscale: #424242. Windows color (decimal): -8449123 or 10294143. OLE color: 10294143.

HSL color Cylindrical-coordinate representation of color #7F139D: hue angle of 286.96º degrees, saturation: 0.78, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F139D is Cyan = 0.19, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 19 157 -
CMYK 0.19 0.88 0 0.38
HSL 286.96º 0.78% 0.35% -
HSV(B) 286.96º 0.88% 0.62% -
XYZ 15.07 7.41 32.53 -
YUV 67.02 178.78 170.78 -
System Red Green Blue C M Y K H S L
Decimal 127 19 157 0.19 0.88 0 0.38 286.96 0.78 0.35
Hex 7F 13 9D 13 58 0 26 11F 4E 23
Octal 177 23 235 23 130 0 46 437 116 43
Binary 1111111 10011 10011101 10011 1011000 0 100110 100011111 1001110 100011

Color Harmonies of #7F139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F139D

Black with #7F139D

Text Example


Text Example

White with #7F139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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