#7A01AD

Color #7A01AD Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #7A01AD

Tints of Dark Magenta #7A01AD

Color information

#7A01AD (or 0x7A01AD) is unknown color: approx Dark Magenta. HEX triplet: 7A, 01 and AD. RGB value is (122,1,173). Sum of RGB (Red+Green+Blue) = 122+1+173=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 173 (67.97% from 255 or 58.45% from 296); Max value from RGB is 173 - color contains mainly: blue. Hex color #7A01AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A01AD is #85FE52. Grayscale: #383838. Windows color (decimal): -8781395 or 11338106. OLE color: 11338106.

HSL color Cylindrical-coordinate representation of color #7A01AD: hue angle of 282.21º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #7A01AD is Cyan = 0.29, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB1221173-
CMYK0.290.9900.32
HSL282.21º98.85%34.12%-
HSV(B)282.21º99.42%67.84%-
XYZ15.587.1840.1-
YUV56.79193.59174.51-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 41.22%
GREEN value IS 1 (0.78% from 255) = 0.34%
BLUE value IS 173 (67.97% from 255) = 58.45%
R=41.22%
G=0.34%
B=58.45%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal12211730.290.9900.32282.2198.8534.12
Hex7A1AD1D6302011a6322
Octal17212553514304043214342
Binary111101011010110111101110001101000001000110101100011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A01AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,1,173); }

 H1.HeaderClassName
 {
   color: #7A01AD;
 }
 .AnyTagClassName
 {
   color: #7A01AD;
 }
</style>
background-color css

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

 a { background-color: rgb(122,1,173); }

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

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

 span { border-color: rgb(122,1,173); }

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