Html Css Color HEX #7F129D Dark Magenta

📋 copy color: '#7F129D'

red 127 ◦ green 18 ◦ blue 157

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

Shades of Dark Magenta #7F129D

Tints of Dark Magenta #7F129D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.96%

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

R = 42.05%
G = 5.96%
B = 51.99%

CMYK

 C value IS 0.19

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F129D (or 0x7F129D) is known color: Dark Magenta. HEX triplet: 7F, 12 and 9D. RGB value is (127,18,157). Sum of RGB (Red+Green+Blue) = 127+18+157=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 18 (7.42% from 255 or 5.96% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #7F129D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F129D is #80ED62. Grayscale: #414141. Windows color (decimal): -8449379 or 10293887. OLE color: 10293887.

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

Color convert

RGB 127 18 157 -
CMYK 0.19 0.89 0 0.38
HSL 287.05º 0.79% 0.34% -
HSV(B) 287.05º 0.89% 0.62% -
XYZ 15.05 7.38 32.53 -
YUV 66.44 179.11 171.2 -
System Red Green Blue C M Y K H S L
Decimal 127 18 157 0.19 0.89 0 0.38 287.05 0.79 0.34
Hex 7F 12 9D 13 59 0 26 11F 4F 22
Octal 177 22 235 23 131 0 46 437 117 42
Binary 1111111 10010 10011101 10011 1011001 0 100110 100011111 1001111 100010

Color Harmonies of #7F129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F129D

Black with #7F129D

Text Example


Text Example

White with #7F129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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