Shades of Dark Purple #A41B7A
Tints of Dark Purple #A41B7A
RGB
CMYK
RGB Variations
Color information
#A41B7A (or 0xA41B7A) is known color: Dark Purple. HEX triplet: A4, 1B and 7A. RGB value is (164,27,122). Sum of RGB (Red+Green+Blue) = 164+27+122=313 (41% of max value = 765). Red value is 164 (64.45% from 255 or 52.40% from 313); Green value is 27 (10.94% from 255 or 8.63% from 313); Blue value is 122 (48.05% from 255 or 38.98% from 313); Max value from RGB is 164 - color contains mainly: red. Hex color #A41B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A41B7A is #5BE485. Grayscale: #4E4E4E. Windows color (decimal): -6022278 or 8002468. OLE color: 8002468.
HSL color Cylindrical-coordinate representation of color #A41B7A: hue angle of 318.39º 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 #A41B7A is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 27 | 122 | - |
| CMYK | 0 | 0.84 | 0.26 | 0.36 |
| HSL | 318.39º | 0.72% | 0.37% | - |
| HSV(B) | 318.39º | 0.84% | 0.64% | - |
| XYZ | 19.21 | 10.08 | 19.35 | - |
| YUV | 78.79 | 152.39 | 188.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 27 | 122 | 0 | 0.84 | 0.26 | 0.36 | 318.39 | 0.72 | 0.37 |
| Hex | A4 | 1B | 7A | 0 | 54 | 1A | 24 | 13E | 48 | 25 |
| Octal | 244 | 33 | 172 | 0 | 124 | 32 | 44 | 476 | 110 | 45 |
| Binary | 10100100 | 11011 | 1111010 | 0 | 1010100 | 11010 | 100100 | 100111110 | 1001000 | 100101 |
Color Harmonies of #A41B7A
Complementary color
Monochromatic Colors of #A41B7A
Black with #A41B7A
Text Example
Text Example
White with #A41B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A41B7A; }
p { color: rgb(164,27,122); }
H1.HeaderClassName
{
color: #A41B7A;
}
.AnyTagClassName
{
color: #A41B7A;
}
</style>
background-color css
<style>
a { background-color: #A41B7A; }
a { background-color: rgb(164,27,122); }
div.DivClassName
{
background-color: #A41B7A;
}
.BgClassName
{
background-color: #A41B7A;
}
</style>
border-color css
<style>
span { border-color: #A41B7A; }
span { border-color: rgb(164,27,122); }
td.TdClassName
{
border-color: #A41B7A;
}
.TagClassName
{
border-color: #A41B7A;
}
</style>