Shades of Dark Purple #7A1265
Tints of Dark Purple #7A1265
RGB
CMYK
RGB Variations
Color information
#7A1265 (or 0x7A1265) is known color: Dark Purple. HEX triplet: 7A, 12 and 65. RGB value is (122,18,101). Sum of RGB (Red+Green+Blue) = 122+18+101=241 (31% of max value = 765). Red value is 122 (48.05% from 255 or 50.62% from 241); Green value is 18 (7.42% from 255 or 7.47% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1265 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1265 is #85ED9A. Grayscale: #3A3A3A. Windows color (decimal): -8777115 or 6623866. OLE color: 6623866.
HSL color Cylindrical-coordinate representation of color #7A1265: hue angle of 312.12º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7A1265 is Cyan = 0, Magento = 0.85, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 18 | 101 | - |
| CMYK | 0 | 0.85 | 0.17 | 0.52 |
| HSL | 312.12º | 0.74% | 0.27% | - |
| HSV(B) | 312.12º | 0.85% | 0.48% | - |
| XYZ | 10.59 | 5.51 | 12.82 | - |
| YUV | 58.56 | 151.96 | 173.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 18 | 101 | 0 | 0.85 | 0.17 | 0.52 | 312.12 | 0.74 | 0.27 |
| Hex | 7A | 12 | 65 | 0 | 55 | 11 | 34 | 138 | 4A | 1B |
| Octal | 172 | 22 | 145 | 0 | 125 | 21 | 64 | 470 | 112 | 33 |
| Binary | 1111010 | 10010 | 1100101 | 0 | 1010101 | 10001 | 110100 | 100111000 | 1001010 | 11011 |
Color Harmonies of #7A1265
Complementary color
Monochromatic Colors of #7A1265
Black with #7A1265
Text Example
Text Example
White with #7A1265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1265; }
p { color: rgb(122,18,101); }
H1.HeaderClassName
{
color: #7A1265;
}
.AnyTagClassName
{
color: #7A1265;
}
</style>
background-color css
<style>
a { background-color: #7A1265; }
a { background-color: rgb(122,18,101); }
div.DivClassName
{
background-color: #7A1265;
}
.BgClassName
{
background-color: #7A1265;
}
</style>
border-color css
<style>
span { border-color: #7A1265; }
span { border-color: rgb(122,18,101); }
td.TdClassName
{
border-color: #7A1265;
}
.TagClassName
{
border-color: #7A1265;
}
</style>