Html Css Color HEX #7D0397 Dark Magenta

📋 copy color: '#7D0397'

red 125 ◦ green 3 ◦ blue 151

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

Shades of Dark Magenta #7D0397

Tints of Dark Magenta #7D0397

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 54.12%

R = 44.8%
G = 1.08%
B = 54.12%

CMYK

 C value IS 0.17

 M value IS 0.98

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#7D0397 (or 0x7D0397) is known color: Dark Magenta. HEX triplet: 7D, 03 and 97. RGB value is (125,3,151). Sum of RGB (Red+Green+Blue) = 125+3+151=279 (36% of max value = 765). Red value is 125 (49.22% from 255 or 44.80% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 151 (59.38% from 255 or 54.12% from 279); Max value from RGB is 151 - color contains mainly: blue. Hex color #7D0397 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0397 is #82FC68. Grayscale: #373737. Windows color (decimal): -8584297 or 9896829. OLE color: 9896829.

HSL color Cylindrical-coordinate representation of color #7D0397: hue angle of 289.46º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D0397 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 125 3 151 -
CMYK 0.17 0.98 0 0.41
HSL 289.46º 0.96% 0.3% -
HSV(B) 289.46º 0.98% 0.59% -
XYZ 14.08 6.66 29.82 -
YUV 56.35 181.42 176.97 -
System Red Green Blue C M Y K H S L
Decimal 125 3 151 0.17 0.98 0 0.41 289.46 0.96 0.3
Hex 7D 3 97 11 62 0 29 121 60 1E
Octal 175 3 227 21 142 0 51 441 140 36
Binary 1111101 11 10010111 10001 1100010 0 101001 100100001 1100000 11110

Color Harmonies of #7D0397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0397

Black with #7D0397

Text Example


Text Example

White with #7D0397

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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