Shades of Dark Purple #A41E7D
Tints of Dark Purple #A41E7D
RGB
CMYK
RGB Variations
Color information
#A41E7D (or 0xA41E7D) is known color: Dark Purple. HEX triplet: A4, 1E and 7D. RGB value is (164,30,125). Sum of RGB (Red+Green+Blue) = 164+30+125=319 (42% of max value = 765). Red value is 164 (64.45% from 255 or 51.41% from 319); Green value is 30 (12.11% from 255 or 9.40% from 319); Blue value is 125 (49.22% from 255 or 39.18% from 319); Max value from RGB is 164 - color contains mainly: red. Hex color #A41E7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41E7D is #5BE182. Grayscale: #505050. Windows color (decimal): -6021507 or 8199844. OLE color: 8199844.
HSL color Cylindrical-coordinate representation of color #A41E7D: hue angle of 317.46º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #A41E7D is Cyan = 0, Magento = 0.82, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 30 | 125 | - |
| CMYK | 0 | 0.82 | 0.24 | 0.36 |
| HSL | 317.46º | 0.69% | 0.38% | - |
| HSV(B) | 317.46º | 0.82% | 0.64% | - |
| XYZ | 19.48 | 10.3 | 20.36 | - |
| YUV | 80.9 | 152.89 | 187.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 30 | 125 | 0 | 0.82 | 0.24 | 0.36 | 317.46 | 0.69 | 0.38 |
| Hex | A4 | 1E | 7D | 0 | 52 | 18 | 24 | 13D | 45 | 26 |
| Octal | 244 | 36 | 175 | 0 | 122 | 30 | 44 | 475 | 105 | 46 |
| Binary | 10100100 | 11110 | 1111101 | 0 | 1010010 | 11000 | 100100 | 100111101 | 1000101 | 100110 |
Color Harmonies of #A41E7D
Complementary color
Monochromatic Colors of #A41E7D
Black with #A41E7D
Text Example
Text Example
White with #A41E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41E7D; }
p { color: rgb(164,30,125); }
H1.HeaderClassName
{
color: #A41E7D;
}
.AnyTagClassName
{
color: #A41E7D;
}
</style>
background-color css
<style>
a { background-color: #A41E7D; }
a { background-color: rgb(164,30,125); }
div.DivClassName
{
background-color: #A41E7D;
}
.BgClassName
{
background-color: #A41E7D;
}
</style>
border-color css
<style>
span { border-color: #A41E7D; }
span { border-color: rgb(164,30,125); }
td.TdClassName
{
border-color: #A41E7D;
}
.TagClassName
{
border-color: #A41E7D;
}
</style>