Html Css Color HEX #7100AA Dark Magenta

📋 copy color: '#7100AA'

red 113 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #7100AA

Tints of Dark Magenta #7100AA

RGB

 RED value IS 113 (44.53% from 255) = 39.93%

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 39.93%
G = 0%
B = 60.07%

CMYK

 C value IS 0.34

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7100AA (or 0x7100AA) is known color: Dark Magenta. HEX triplet: 71, 00 and AA. RGB value is (113,0,170). Sum of RGB (Red+Green+Blue) = 113+0+170=283 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.93% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 170 (66.80% from 255 or 60.07% from 283); Max value from RGB is 170 - color contains mainly: blue. Hex color #7100AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7100AA is #8EFF55. Grayscale: #343434. Windows color (decimal): -9371478 or 11141233. OLE color: 11141233.

HSL color Cylindrical-coordinate representation of color #7100AA: hue angle of 279.88º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7100AA is Cyan = 0.34, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 113 0 170 -
CMYK 0.34 1 0 0.33
HSL 279.88º 1% 0.33% -
HSV(B) 279.88º 1% 0.67% -
XYZ 14.07 6.41 38.53 -
YUV 53.17 193.94 170.68 -
System Red Green Blue C M Y K H S L
Decimal 113 0 170 0.34 1 0 0.33 279.88 1 0.33
Hex 71 0 AA 22 64 0 21 118 64 21
Octal 161 0 252 42 144 0 41 430 144 41
Binary 1110001 0 10101010 100010 1100100 0 100001 100011000 1100100 100001

Color Harmonies of #7100AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100AA

Black with #7100AA

Text Example


Text Example

White with #7100AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7100AA; }

 p { color: rgb(113,0,170); }

 H1.HeaderClassName
 {
   color: #7100AA;
 }
 .AnyTagClassName
 {
   color: #7100AA;
 }
</style>

background-color css

<style>
 a { background-color: #7100AA; }

 a { background-color: rgb(113,0,170); }

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

border-color css

<style>
 span { border-color: #7100AA; }

 span { border-color: rgb(113,0,170); }

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