Html Css Color HEX #7D0493 Dark Magenta

📋 copy color: '#7D0493'

red 125 ◦ green 4 ◦ blue 147

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

Shades of Dark Magenta #7D0493

Tints of Dark Magenta #7D0493

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.45%

 BLUE value IS 147 (57.81% from 255) = 53.26%

R = 45.29%
G = 1.45%
B = 53.26%

CMYK

 C value IS 0.15

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D0493 (or 0x7D0493) is known color: Dark Magenta. HEX triplet: 7D, 04 and 93. RGB value is (125,4,147). Sum of RGB (Red+Green+Blue) = 125+4+147=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 4 (1.95% from 255 or 1.45% from 276); Blue value is 147 (57.81% from 255 or 53.26% from 276); Max value from RGB is 147 - color contains mainly: blue. Hex color #7D0493 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0493 is #82FB6C. Grayscale: #383838. Windows color (decimal): -8584045 or 9634941. OLE color: 9634941.

HSL color Cylindrical-coordinate representation of color #7D0493: hue angle of 290.77º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7D0493 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 125 4 147 -
CMYK 0.15 0.97 0 0.42
HSL 290.77º 0.95% 0.3% -
HSV(B) 290.77º 0.97% 0.58% -
XYZ 13.77 6.55 28.14 -
YUV 56.48 179.09 176.87 -
System Red Green Blue C M Y K H S L
Decimal 125 4 147 0.15 0.97 0 0.42 290.77 0.95 0.3
Hex 7D 4 93 F 61 0 2A 123 5F 1E
Octal 175 4 223 17 141 0 52 443 137 36
Binary 1111101 100 10010011 1111 1100001 0 101010 100100011 1011111 11110

Color Harmonies of #7D0493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0493

Black with #7D0493

Text Example


Text Example

White with #7D0493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,4,147); }

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

background-color css

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

 a { background-color: rgb(125,4,147); }

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

border-color css

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

 span { border-color: rgb(125,4,147); }

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