Html Css Color HEX #7006AA Dark Magenta

📋 copy color: '#7006AA'

red 112 ◦ green 6 ◦ blue 170

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

Shades of Dark Magenta #7006AA

Tints of Dark Magenta #7006AA

RGB

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

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

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

R = 38.89%
G = 2.08%
B = 59.03%

CMYK

 C value IS 0.34

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7006AA (or 0x7006AA) is known color: Dark Magenta. HEX triplet: 70, 06 and AA. RGB value is (112,6,170). Sum of RGB (Red+Green+Blue) = 112+6+170=288 (38% of max value = 765). Red value is 112 (44.14% from 255 or 38.89% from 288); Green value is 6 (2.73% from 255 or 2.08% from 288); Blue value is 170 (66.80% from 255 or 59.03% from 288); Max value from RGB is 170 - color contains mainly: blue. Hex color #7006AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7006AA is #8FF955. Grayscale: #373737. Windows color (decimal): -9435478 or 11142768. OLE color: 11142768.

HSL color Cylindrical-coordinate representation of color #7006AA: hue angle of 278.78º 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 #7006AA is Cyan = 0.34, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 112 6 170 -
CMYK 0.34 0.96 0 0.33
HSL 278.78º 0.93% 0.35% -
HSV(B) 278.78º 0.96% 0.67% -
XYZ 14 6.48 38.54 -
YUV 56.39 192.12 167.66 -
System Red Green Blue C M Y K H S L
Decimal 112 6 170 0.34 0.96 0 0.33 278.78 0.93 0.35
Hex 70 6 AA 22 60 0 21 117 5D 23
Octal 160 6 252 42 140 0 41 427 135 43
Binary 1110000 110 10101010 100010 1100000 0 100001 100010111 1011101 100011

Color Harmonies of #7006AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7006AA

Black with #7006AA

Text Example


Text Example

White with #7006AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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