Html Css Color HEX #7D088E Dark Magenta

📋 copy color: '#7D088E'

red 125 ◦ green 8 ◦ blue 142

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

Shades of Dark Magenta #7D088E

Tints of Dark Magenta #7D088E

RGB

 RED value IS 125 (49.22% from 255) = 45.45%

 GREEN value IS 8 (3.52% from 255) = 2.91%

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

R = 45.45%
G = 2.91%
B = 51.64%

CMYK

 C value IS 0.12

 M value IS 0.94

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D088E (or 0x7D088E) is known color: Dark Magenta. HEX triplet: 7D, 08 and 8E. RGB value is (125,8,142). Sum of RGB (Red+Green+Blue) = 125+8+142=275 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.45% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 142 (55.86% from 255 or 51.64% from 275); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D088E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D088E is #82F771. Grayscale: #393939. Windows color (decimal): -8583026 or 9308285. OLE color: 9308285.

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

Color convert

RGB 125 8 142 -
CMYK 0.12 0.94 0 0.44
HSL 292.39º 0.89% 0.29% -
HSV(B) 292.39º 0.94% 0.56% -
XYZ 13.43 6.49 26.14 -
YUV 58.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 125 8 142 0.12 0.94 0 0.44 292.39 0.89 0.29
Hex 7D 8 8E C 5E 0 2C 124 59 1D
Octal 175 10 216 14 136 0 54 444 131 35
Binary 1111101 1000 10001110 1100 1011110 0 101100 100100100 1011001 11101

Color Harmonies of #7D088E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D088E

Black with #7D088E

Text Example


Text Example

White with #7D088E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,8,142); }

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

background-color css

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

 a { background-color: rgb(125,8,142); }

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

border-color css

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

 span { border-color: rgb(125,8,142); }

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