Html Css Color HEX #7D06AA Dark Magenta

📋 copy color: '#7D06AA'

red 125 ◦ green 6 ◦ blue 170

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

Shades of Dark Magenta #7D06AA

Tints of Dark Magenta #7D06AA

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.99%

 BLUE value IS 170 (66.8% from 255) = 56.48%

R = 41.53%
G = 1.99%
B = 56.48%

CMYK

 C value IS 0.26

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7D06AA (or 0x7D06AA) is known color: Dark Magenta. HEX triplet: 7D, 06 and AA. RGB value is (125,6,170). Sum of RGB (Red+Green+Blue) = 125+6+170=301 (39% of max value = 765). Red value is 125 (49.22% from 255 or 41.53% from 301); Green value is 6 (2.73% from 255 or 1.99% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #7D06AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7D06AA is #82F955. Grayscale: #3B3B3B. Windows color (decimal): -8583510 or 11142781. OLE color: 11142781.

HSL color Cylindrical-coordinate representation of color #7D06AA: hue angle of 283.54º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7D06AA is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 125 6 170 -
CMYK 0.26 0.96 0 0.33
HSL 283.54º 0.93% 0.35% -
HSV(B) 283.54º 0.96% 0.67% -
XYZ 15.78 7.39 38.63 -
YUV 60.28 189.92 174.16 -
System Red Green Blue C M Y K H S L
Decimal 125 6 170 0.26 0.96 0 0.33 283.54 0.93 0.35
Hex 7D 6 AA 1A 60 0 21 11C 5D 23
Octal 175 6 252 32 140 0 41 434 135 43
Binary 1111101 110 10101010 11010 1100000 0 100001 100011100 1011101 100011

Color Harmonies of #7D06AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D06AA

Black with #7D06AA

Text Example


Text Example

White with #7D06AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,6,170); }

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

background-color css

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

 a { background-color: rgb(125,6,170); }

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

border-color css

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

 span { border-color: rgb(125,6,170); }

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