Html Css Color HEX #7D0390 Dark Magenta

📋 copy color: '#7D0390'

red 125 ◦ green 3 ◦ blue 144

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

Shades of Dark Magenta #7D0390

Tints of Dark Magenta #7D0390

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

 BLUE value IS 144 (56.64% from 255) = 52.94%

R = 45.96%
G = 1.1%
B = 52.94%

CMYK

 C value IS 0.13

 M value IS 0.98

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#7D0390 (or 0x7D0390) is known color: Dark Magenta. HEX triplet: 7D, 03 and 90. RGB value is (125,3,144). Sum of RGB (Red+Green+Blue) = 125+3+144=272 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.96% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 144 (56.64% from 255 or 52.94% from 272); Max value from RGB is 144 - color contains mainly: blue. Hex color #7D0390 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0390 is #82FC6F. Grayscale: #373737. Windows color (decimal): -8584304 or 9438077. OLE color: 9438077.

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

Color convert

RGB 125 3 144 -
CMYK 0.13 0.98 0 0.44
HSL 291.91º 0.96% 0.29% -
HSV(B) 291.91º 0.98% 0.56% -
XYZ 13.52 6.44 26.92 -
YUV 55.55 177.92 177.54 -
System Red Green Blue C M Y K H S L
Decimal 125 3 144 0.13 0.98 0 0.44 291.91 0.96 0.29
Hex 7D 3 90 D 62 0 2C 124 60 1D
Octal 175 3 220 15 142 0 54 444 140 35
Binary 1111101 11 10010000 1101 1100010 0 101100 100100100 1100000 11101

Color Harmonies of #7D0390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0390

Black with #7D0390

Text Example


Text Example

White with #7D0390

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,3,144); }

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

background-color css

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

 a { background-color: rgb(125,3,144); }

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

border-color css

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

 span { border-color: rgb(125,3,144); }

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