Html Css Color HEX #7001AA Dark Magenta

📋 copy color: '#7001AA'

red 112 ◦ green 1 ◦ blue 170

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

Shades of Dark Magenta #7001AA

Tints of Dark Magenta #7001AA

RGB

 RED value IS 112 (44.14% from 255) = 39.58%

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 39.58%
G = 0.35%
B = 60.07%

CMYK

 C value IS 0.34

 M value IS 0.99

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7001AA (or 0x7001AA) is known color: Dark Magenta. HEX triplet: 70, 01 and AA. RGB value is (112,1,170). Sum of RGB (Red+Green+Blue) = 112+1+170=283 (37% of max value = 765). Red value is 112 (44.14% from 255 or 39.58% from 283); Green value is 1 (0.78% from 255 or 0.35% 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 #7001AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7001AA is #8FFE55. Grayscale: #343434. Windows color (decimal): -9436758 or 11141488. OLE color: 11141488.

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

Color convert

RGB 112 1 170 -
CMYK 0.34 0.99 0 0.33
HSL 279.41º 0.99% 0.34% -
HSV(B) 279.41º 0.99% 0.67% -
XYZ 13.95 6.37 38.52 -
YUV 53.46 193.77 169.76 -
System Red Green Blue C M Y K H S L
Decimal 112 1 170 0.34 0.99 0 0.33 279.41 0.99 0.34
Hex 70 1 AA 22 63 0 21 117 63 22
Octal 160 1 252 42 143 0 41 427 143 42
Binary 1110000 1 10101010 100010 1100011 0 100001 100010111 1100011 100010

Color Harmonies of #7001AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7001AA

Black with #7001AA

Text Example


Text Example

White with #7001AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,1,170); }

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

background-color css

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

 a { background-color: rgb(112,1,170); }

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

border-color css

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

 span { border-color: rgb(112,1,170); }

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