#A41B79

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

Shades of Dark Purple #A41B79

Tints of Dark Purple #A41B79

Color information

#A41B79 (or 0xA41B79) is unknown color: approx Dark Purple. HEX triplet: A4, 1B and 79. RGB value is (164,27,121). Sum of RGB (Red+Green+Blue) = 164+27+121=312 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.56% from 312); Green value is 27 (10.94% from 255 or 8.65% from 312); Blue value is 121 (47.66% from 255 or 38.78% from 312); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B79 is #5BE486. Grayscale: #4E4E4E. Windows color (decimal): -6022279 or 7936932. OLE color: 7936932.

HSL color Cylindrical-coordinate representation of color #A41B79: hue angle of 318.83º degrees, saturation: 0.72, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A41B79 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16427121-
CMYK00.840.260.36
HSL318.83º71.73%37.45%-
HSV(B)318.83º83.54%64.31%-
XYZ19.1510.0619.02-
YUV78.68151.89188.86-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 52.56%
GREEN value IS 27 (10.94% from 255) = 8.65%
BLUE value IS 121 (47.66% from 255) = 38.78%
R=52.56%
G=8.65%
B=38.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1642712100.840.260.36318.8371.7337.45
HexA41B790541A2413f4825
Octal244331710124324447711045
Binary1010010011011111100101010100110101001001001111111001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A41B79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A41B79; }

 p { color: rgb(164,27,121); }

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

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

 a { background-color: rgb(164,27,121); }

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

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

 span { border-color: rgb(164,27,121); }

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