Html Css Color HEX #7F129E Dark Magenta

📋 copy color: '#7F129E'

red 127 ◦ green 18 ◦ blue 158

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

Shades of Dark Magenta #7F129E

Tints of Dark Magenta #7F129E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.15%

R = 41.91%
G = 5.94%
B = 52.15%

CMYK

 C value IS 0.20

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7F129E (or 0x7F129E) is known color: Dark Magenta. HEX triplet: 7F, 12 and 9E. RGB value is (127,18,158). Sum of RGB (Red+Green+Blue) = 127+18+158=303 (40% of max value = 765). Red value is 127 (50% from 255 or 41.91% from 303); Green value is 18 (7.42% from 255 or 5.94% from 303); Blue value is 158 (62.11% from 255 or 52.15% from 303); Max value from RGB is 158 - color contains mainly: blue. Hex color #7F129E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F129E is #80ED61. Grayscale: #424242. Windows color (decimal): -8449378 or 10359423. OLE color: 10359423.

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

Color convert

RGB 127 18 158 -
CMYK 0.20 0.89 0 0.38
HSL 286.71º 0.8% 0.35% -
HSV(B) 286.71º 0.89% 0.62% -
XYZ 15.14 7.41 32.98 -
YUV 66.55 179.61 171.12 -
System Red Green Blue C M Y K H S L
Decimal 127 18 158 0.20 0.89 0 0.38 286.71 0.8 0.35
Hex 7F 12 9E 14 59 0 26 11F 50 23
Octal 177 22 236 24 131 0 46 437 120 43
Binary 1111111 10010 10011110 10100 1011001 0 100110 100011111 1010000 100011

Color Harmonies of #7F129E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F129E

Black with #7F129E

Text Example


Text Example

White with #7F129E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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