Html Css Color HEX #7D0295 Dark Magenta

📋 copy color: '#7D0295'

red 125 ◦ green 2 ◦ blue 149

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

Shades of Dark Magenta #7D0295

Tints of Dark Magenta #7D0295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.99%

R = 45.29%
G = 0.72%
B = 53.99%

CMYK

 C value IS 0.16

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#7D0295 (or 0x7D0295) is known color: Dark Magenta. HEX triplet: 7D, 02 and 95. RGB value is (125,2,149). Sum of RGB (Red+Green+Blue) = 125+2+149=276 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.29% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 149 (58.59% from 255 or 53.99% from 276); Max value from RGB is 149 - color contains mainly: blue. Hex color #7D0295 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0295 is #82FD6A. Grayscale: #373737. Windows color (decimal): -8584555 or 9765501. OLE color: 9765501.

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

Color convert

RGB 125 2 149 -
CMYK 0.16 0.99 0 0.42
HSL 290.2º 0.97% 0.3% -
HSV(B) 290.2º 0.99% 0.58% -
XYZ 13.9 6.57 28.97 -
YUV 55.54 180.75 177.55 -
System Red Green Blue C M Y K H S L
Decimal 125 2 149 0.16 0.99 0 0.42 290.2 0.97 0.3
Hex 7D 2 95 10 63 0 2A 122 61 1E
Octal 175 2 225 20 143 0 52 442 141 36
Binary 1111101 10 10010101 10000 1100011 0 101010 100100010 1100001 11110

Color Harmonies of #7D0295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0295

Black with #7D0295

Text Example


Text Example

White with #7D0295

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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