Html Css Color HEX #7F129B Dark Magenta

📋 copy color: '#7F129B'

red 127 ◦ green 18 ◦ blue 155

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

Shades of Dark Magenta #7F129B

Tints of Dark Magenta #7F129B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 51.67%

R = 42.33%
G = 6%
B = 51.67%

CMYK

 C value IS 0.18

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7F129B (or 0x7F129B) is known color: Dark Magenta. HEX triplet: 7F, 12 and 9B. RGB value is (127,18,155). Sum of RGB (Red+Green+Blue) = 127+18+155=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 155 (60.94% from 255 or 51.67% from 300); Max value from RGB is 155 - color contains mainly: blue. Hex color #7F129B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F129B is #80ED64. Grayscale: #414141. Windows color (decimal): -8449381 or 10162815. OLE color: 10162815.

HSL color Cylindrical-coordinate representation of color #7F129B: hue angle of 287.74º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7F129B is Cyan = 0.18, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 127 18 155 -
CMYK 0.18 0.88 0 0.39
HSL 287.74º 0.79% 0.34% -
HSV(B) 287.74º 0.88% 0.61% -
XYZ 14.89 7.31 31.64 -
YUV 66.21 178.11 171.36 -
System Red Green Blue C M Y K H S L
Decimal 127 18 155 0.18 0.88 0 0.39 287.74 0.79 0.34
Hex 7F 12 9B 12 58 0 27 120 4F 22
Octal 177 22 233 22 130 0 47 440 117 42
Binary 1111111 10010 10011011 10010 1011000 0 100111 100100000 1001111 100010

Color Harmonies of #7F129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F129B

Black with #7F129B

Text Example


Text Example

White with #7F129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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