Shades of Dark Purple #7A1871
Tints of Dark Purple #7A1871
RGB
CMYK
RGB Variations
Color information
#7A1871 (or 0x7A1871) is known color: Dark Purple. HEX triplet: 7A, 18 and 71. RGB value is (122,24,113). Sum of RGB (Red+Green+Blue) = 122+24+113=259 (34% of max value = 765). Red value is 122 (48.05% from 255 or 47.10% from 259); Green value is 24 (9.77% from 255 or 9.27% from 259); Blue value is 113 (44.53% from 255 or 43.63% from 259); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1871 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1871 is #85E78E. Grayscale: #3F3F3F. Windows color (decimal): -8775567 or 7411834. OLE color: 7411834.
HSL color Cylindrical-coordinate representation of color #7A1871: hue angle of 305.51º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7A1871 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 24 | 113 | - |
| CMYK | 0 | 0.80 | 0.07 | 0.52 |
| HSL | 305.51º | 0.67% | 0.29% | - |
| HSV(B) | 305.51º | 0.8% | 0.48% | - |
| XYZ | 11.33 | 5.98 | 16.18 | - |
| YUV | 63.45 | 155.97 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 24 | 113 | 0 | 0.80 | 0.07 | 0.52 | 305.51 | 0.67 | 0.29 |
| Hex | 7A | 18 | 71 | 0 | 50 | 7 | 34 | 132 | 43 | 1D |
| Octal | 172 | 30 | 161 | 0 | 120 | 7 | 64 | 462 | 103 | 35 |
| Binary | 1111010 | 11000 | 1110001 | 0 | 1010000 | 111 | 110100 | 100110010 | 1000011 | 11101 |
Color Harmonies of #7A1871
Complementary color
Monochromatic Colors of #7A1871
Black with #7A1871
Text Example
Text Example
White with #7A1871
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1871; }
p { color: rgb(122,24,113); }
H1.HeaderClassName
{
color: #7A1871;
}
.AnyTagClassName
{
color: #7A1871;
}
</style>
background-color css
<style>
a { background-color: #7A1871; }
a { background-color: rgb(122,24,113); }
div.DivClassName
{
background-color: #7A1871;
}
.BgClassName
{
background-color: #7A1871;
}
</style>
border-color css
<style>
span { border-color: #7A1871; }
span { border-color: rgb(122,24,113); }
td.TdClassName
{
border-color: #7A1871;
}
.TagClassName
{
border-color: #7A1871;
}
</style>