Html Css Color HEX #7D0292 Dark Magenta

📋 copy color: '#7D0292'

red 125 ◦ green 2 ◦ blue 146

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

Shades of Dark Magenta #7D0292

Tints of Dark Magenta #7D0292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 53.48%

R = 45.79%
G = 0.73%
B = 53.48%

CMYK

 C value IS 0.14

 M value IS 0.99

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#7D0292 (or 0x7D0292) is known color: Dark Magenta. HEX triplet: 7D, 02 and 92. RGB value is (125,2,146). Sum of RGB (Red+Green+Blue) = 125+2+146=273 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.79% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 146 (57.42% from 255 or 53.48% from 273); Max value from RGB is 146 - color contains mainly: blue. Hex color #7D0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D0292 is #82FD6D. Grayscale: #363636. Windows color (decimal): -8584558 or 9568893. OLE color: 9568893.

HSL color Cylindrical-coordinate representation of color #7D0292: hue angle of 291.25º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7D0292 is Cyan = 0.14, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 125 2 146 -
CMYK 0.14 0.99 0 0.43
HSL 291.25º 0.97% 0.29% -
HSV(B) 291.25º 0.99% 0.57% -
XYZ 13.67 6.48 27.72 -
YUV 55.19 179.25 177.79 -
System Red Green Blue C M Y K H S L
Decimal 125 2 146 0.14 0.99 0 0.43 291.25 0.97 0.29
Hex 7D 2 92 E 63 0 2B 123 61 1D
Octal 175 2 222 16 143 0 53 443 141 35
Binary 1111101 10 10010010 1110 1100011 0 101011 100100011 1100001 11101

Color Harmonies of #7D0292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D0292

Black with #7D0292

Text Example


Text Example

White with #7D0292

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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