Shades of Dark Purple #A41B7D
Tints of Dark Purple #A41B7D
RGB
CMYK
RGB Variations
Color information
#A41B7D (or 0xA41B7D) is known color: Dark Purple. HEX triplet: A4, 1B and 7D. RGB value is (164,27,125). Sum of RGB (Red+Green+Blue) = 164+27+125=316 (41% of max value = 765). Red value is 164 (64.45% from 255 or 51.90% from 316); Green value is 27 (10.94% from 255 or 8.54% from 316); Blue value is 125 (49.22% from 255 or 39.56% from 316); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B7D is #5BE482. Grayscale: #4E4E4E. Windows color (decimal): -6022275 or 8199076. OLE color: 8199076.
HSL color Cylindrical-coordinate representation of color #A41B7D: hue angle of 317.08º 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 #A41B7D is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 125 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.36 |
| HSL | 317.08º | 0.72% | 0.37% | - |
| HSV(B) | 317.08º | 0.84% | 0.64% | - |
| XYZ | 19.4 | 10.16 | 20.34 | - |
| YUV | 79.14 | 153.89 | 188.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 125 | 0 | 0.84 | 0.24 | 0.36 | 317.08 | 0.72 | 0.37 |
| Hex | A4 | 1B | 7D | 0 | 54 | 18 | 24 | 13D | 48 | 25 |
| Octal | 244 | 33 | 175 | 0 | 124 | 30 | 44 | 475 | 110 | 45 |
| Binary | 10100100 | 11011 | 1111101 | 0 | 1010100 | 11000 | 100100 | 100111101 | 1001000 | 100101 |
Color Harmonies of #A41B7D
Complementary color
Monochromatic Colors of #A41B7D
Black with #A41B7D
Text Example
Text Example
White with #A41B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B7D; }
p { color: rgb(164,27,125); }
H1.HeaderClassName
{
color: #A41B7D;
}
.AnyTagClassName
{
color: #A41B7D;
}
</style>
background-color css
<style>
a { background-color: #A41B7D; }
a { background-color: rgb(164,27,125); }
div.DivClassName
{
background-color: #A41B7D;
}
.BgClassName
{
background-color: #A41B7D;
}
</style>
border-color css
<style>
span { border-color: #A41B7D; }
span { border-color: rgb(164,27,125); }
td.TdClassName
{
border-color: #A41B7D;
}
.TagClassName
{
border-color: #A41B7D;
}
</style>