Shades of Dark Purple #A41B7C
Tints of Dark Purple #A41B7C
RGB
CMYK
RGB Variations
Color information
#A41B7C (or 0xA41B7C) is known color: Dark Purple. HEX triplet: A4, 1B and 7C. RGB value is (164,27,124). Sum of RGB (Red+Green+Blue) = 164+27+124=315 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.06% from 315); Green value is 27 (10.94% from 255 or 8.57% from 315); Blue value is 124 (48.83% from 255 or 39.37% from 315); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B7C is #5BE483. Grayscale: #4E4E4E. Windows color (decimal): -6022276 or 8133540. OLE color: 8133540.
HSL color Cylindrical-coordinate representation of color #A41B7C: hue angle of 317.52º 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 #A41B7C is Cyan = 0, Magento = 0.84, Yellow = 0.24 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 124 | - |
| CMYK | 0 | 0.84 | 0.24 | 0.36 |
| HSL | 317.52º | 0.72% | 0.37% | - |
| HSV(B) | 317.52º | 0.84% | 0.64% | - |
| XYZ | 19.34 | 10.13 | 20.01 | - |
| YUV | 79.02 | 153.39 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 124 | 0 | 0.84 | 0.24 | 0.36 | 317.52 | 0.72 | 0.37 |
| Hex | A4 | 1B | 7C | 0 | 54 | 18 | 24 | 13E | 48 | 25 |
| Octal | 244 | 33 | 174 | 0 | 124 | 30 | 44 | 476 | 110 | 45 |
| Binary | 10100100 | 11011 | 1111100 | 0 | 1010100 | 11000 | 100100 | 100111110 | 1001000 | 100101 |
Color Harmonies of #A41B7C
Complementary color
Monochromatic Colors of #A41B7C
Black with #A41B7C
Text Example
Text Example
White with #A41B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B7C; }
p { color: rgb(164,27,124); }
H1.HeaderClassName
{
color: #A41B7C;
}
.AnyTagClassName
{
color: #A41B7C;
}
</style>
background-color css
<style>
a { background-color: #A41B7C; }
a { background-color: rgb(164,27,124); }
div.DivClassName
{
background-color: #A41B7C;
}
.BgClassName
{
background-color: #A41B7C;
}
</style>
border-color css
<style>
span { border-color: #A41B7C; }
span { border-color: rgb(164,27,124); }
td.TdClassName
{
border-color: #A41B7C;
}
.TagClassName
{
border-color: #A41B7C;
}
</style>