Html Css Color HEX #7F058E Dark Magenta

📋 copy color: '#7F058E'

red 127 ◦ green 5 ◦ blue 142

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

Shades of Dark Magenta #7F058E

Tints of Dark Magenta #7F058E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 142 (55.86% from 255) = 51.82%

R = 46.35%
G = 1.82%
B = 51.82%

CMYK

 C value IS 0.11

 M value IS 0.96

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7F058E (or 0x7F058E) is known color: Dark Magenta. HEX triplet: 7F, 05 and 8E. RGB value is (127,5,142). Sum of RGB (Red+Green+Blue) = 127+5+142=274 (36% of max value = 765). Red value is 127 (50% from 255 or 46.35% from 274); Green value is 5 (2.34% from 255 or 1.82% from 274); Blue value is 142 (55.86% from 255 or 51.82% from 274); Max value from RGB is 142 - color contains mainly: blue. Hex color #7F058E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7F058E is #80FA71. Grayscale: #383838. Windows color (decimal): -8452722 or 9307519. OLE color: 9307519.

HSL color Cylindrical-coordinate representation of color #7F058E: hue angle of 293.43º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7F058E is Cyan = 0.11, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 127 5 142 -
CMYK 0.11 0.96 0 0.44
HSL 293.43º 0.93% 0.29% -
HSV(B) 293.43º 0.96% 0.56% -
XYZ 13.69 6.57 26.14 -
YUV 57.1 175.92 177.86 -
System Red Green Blue C M Y K H S L
Decimal 127 5 142 0.11 0.96 0 0.44 293.43 0.93 0.29
Hex 7F 5 8E B 60 0 2C 125 5D 1D
Octal 177 5 216 13 140 0 54 445 135 35
Binary 1111111 101 10001110 1011 1100000 0 101100 100100101 1011101 11101

Color Harmonies of #7F058E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F058E

Black with #7F058E

Text Example


Text Example

White with #7F058E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,5,142); }

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

background-color css

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

 a { background-color: rgb(127,5,142); }

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

border-color css

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

 span { border-color: rgb(127,5,142); }

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