#a41f7b

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

Shades of Dark Purple #A41F7B

Tints of Dark Purple #A41F7B

Color information

#A41F7B (or 0xA41F7B) is unknown color: approx Dark Purple. HEX triplet: A4, 1F and 7B. RGB value is (164,31,123). Sum of RGB (Red+Green+Blue) = 164+31+123=318 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.57% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 123 (48.44% from 255 or 38.68% from 318); Max value from RGB is 164 - color contains mainly: red. Hex color #A41F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41F7B is #5BE084. Grayscale: #515151. Windows color (decimal): -6021253 or 8069028. OLE color: 8069028.

HSL color Cylindrical-coordinate representation of color #A41F7B: hue angle of 318.5º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A41F7B is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB16431123-
CMYK00.810.250.36
HSL318.5º68.21%38.24%-
HSV(B)318.5º81.1%64.31%-
XYZ19.3710.319.71-
YUV81.26151.56187.02-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 51.57%
GREEN value IS 31 (12.5% from 255) = 9.75%
BLUE value IS 123 (48.44% from 255) = 38.68%
R=51.57%
G=9.75%
B=38.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1643112300.810.250.36318.568.2138.24
HexA41F7B051192413e4426
Octal244371730121314447610446
Binary1010010011111111101101010001110011001001001111101000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a41f7b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a41f7b; }

 p { color: rgb(164,31,123); }

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

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

 a { background-color: rgb(164,31,123); }

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

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

 span { border-color: rgb(164,31,123); }

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