Html Css Color HEX #7100AB Dark Magenta

📋 copy color: '#7100AB'

red 113 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #7100AB

Tints of Dark Magenta #7100AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 60.21%

R = 39.79%
G = 0%
B = 60.21%

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

#7100AB (or 0x7100AB) is known color: Dark Magenta. HEX triplet: 71, 00 and AB. RGB value is (113,0,171). Sum of RGB (Red+Green+Blue) = 113+0+171=284 (37% of max value = 765). Red value is 113 (44.53% from 255 or 39.79% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 171 (67.19% from 255 or 60.21% from 284); Max value from RGB is 171 - color contains mainly: blue. Hex color #7100AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7100AB is #8EFF54. Grayscale: #343434. Windows color (decimal): -9371477 or 11206769. OLE color: 11206769.

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

Color convert

RGB 113 0 171 -
CMYK 0.34 1 0 0.33
HSL 279.65º 1% 0.34% -
HSV(B) 279.65º 1% 0.67% -
XYZ 14.16 6.45 39.03 -
YUV 53.28 194.44 170.6 -
System Red Green Blue C M Y K H S L
Decimal 113 0 171 0.34 1 0 0.33 279.65 1 0.34
Hex 71 0 AB 22 64 0 21 118 64 22
Octal 161 0 253 42 144 0 41 430 144 42
Binary 1110001 0 10101011 100010 1100100 0 100001 100011000 1100100 100010

Color Harmonies of #7100AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7100AB

Black with #7100AB

Text Example


Text Example

White with #7100AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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