Shades of Dark Purple #A11F7B
Tints of Dark Purple #A11F7B
RGB
CMYK
RGB Variations
Color information
#A11F7B (or 0xA11F7B) is known color: Dark Purple. HEX triplet: A1, 1F and 7B. RGB value is (161,31,123). Sum of RGB (Red+Green+Blue) = 161+31+123=315 (41% of max value = 765). Red value is 161 (63.28% from 255 or 51.11% from 315); Green value is 31 (12.5% from 255 or 9.84% from 315); Blue value is 123 (48.44% from 255 or 39.05% from 315); Max value from RGB is 161 - color contains mainly: red. Hex color #A11F7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A11F7B is #5EE084. Grayscale: #505050. Windows color (decimal): -6217861 or 8069025. OLE color: 8069025.
HSL color Cylindrical-coordinate representation of color #A11F7B: hue angle of 317.54º degrees, saturation: 0.68, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A11F7B is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 31 | 123 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.37 |
| HSL | 317.54º | 0.68% | 0.38% | - |
| HSV(B) | 317.54º | 0.81% | 0.63% | - |
| XYZ | 18.76 | 9.99 | 19.68 | - |
| YUV | 80.36 | 152.07 | 185.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 31 | 123 | 0 | 0.81 | 0.24 | 0.37 | 317.54 | 0.68 | 0.38 |
| Hex | A1 | 1F | 7B | 0 | 51 | 18 | 25 | 13E | 44 | 26 |
| Octal | 241 | 37 | 173 | 0 | 121 | 30 | 45 | 476 | 104 | 46 |
| Binary | 10100001 | 11111 | 1111011 | 0 | 1010001 | 11000 | 100101 | 100111110 | 1000100 | 100110 |
Color Harmonies of #A11F7B
Complementary color
Monochromatic Colors of #A11F7B
Black with #A11F7B
Text Example
Text Example
White with #A11F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A11F7B; }
p { color: rgb(161,31,123); }
H1.HeaderClassName
{
color: #A11F7B;
}
.AnyTagClassName
{
color: #A11F7B;
}
</style>
background-color css
<style>
a { background-color: #A11F7B; }
a { background-color: rgb(161,31,123); }
div.DivClassName
{
background-color: #A11F7B;
}
.BgClassName
{
background-color: #A11F7B;
}
</style>
border-color css
<style>
span { border-color: #A11F7B; }
span { border-color: rgb(161,31,123); }
td.TdClassName
{
border-color: #A11F7B;
}
.TagClassName
{
border-color: #A11F7B;
}
</style>