Html Css Color HEX #7D028E Dark Magenta

📋 copy color: '#7D028E'

red 125 ◦ green 2 ◦ blue 142

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

Shades of Dark Magenta #7D028E

Tints of Dark Magenta #7D028E

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 46.47%
G = 0.74%
B = 52.79%

CMYK

 C value IS 0.12

 M value IS 0.99

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D028E (or 0x7D028E) is known color: Dark Magenta. HEX triplet: 7D, 02 and 8E. RGB value is (125,2,142). Sum of RGB (Red+Green+Blue) = 125+2+142=269 (35% of max value = 765). Red value is 125 (49.22% from 255 or 46.47% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 142 (55.86% from 255 or 52.79% from 269); Max value from RGB is 142 - color contains mainly: blue. Hex color #7D028E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D028E is #82FD71. Grayscale: #363636. Windows color (decimal): -8584562 or 9306749. OLE color: 9306749.

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

Color convert

RGB 125 2 142 -
CMYK 0.12 0.99 0 0.44
HSL 292.71º 0.97% 0.28% -
HSV(B) 292.71º 0.99% 0.56% -
XYZ 13.36 6.36 26.11 -
YUV 54.74 177.25 178.12 -
System Red Green Blue C M Y K H S L
Decimal 125 2 142 0.12 0.99 0 0.44 292.71 0.97 0.28
Hex 7D 2 8E C 63 0 2C 125 61 1C
Octal 175 2 216 14 143 0 54 445 141 34
Binary 1111101 10 10001110 1100 1100011 0 101100 100100101 1100001 11100

Color Harmonies of #7D028E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D028E

Black with #7D028E

Text Example


Text Example

White with #7D028E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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