Shades of Dark Purple #7A2675
Tints of Dark Purple #7A2675
RGB
CMYK
RGB Variations
Color information
#7A2675 (or 0x7A2675) is known color: Dark Purple. HEX triplet: 7A, 26 and 75. RGB value is (122,38,117). Sum of RGB (Red+Green+Blue) = 122+38+117=277 (36% of max value = 765). Red value is 122 (48.05% from 255 or 44.04% from 277); Green value is 38 (15.23% from 255 or 13.72% from 277); Blue value is 117 (46.09% from 255 or 42.24% from 277); Max value from RGB is 122 - color contains mainly: red. Hex color #7A2675 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A2675 is #85D98A. Grayscale: #474747. Windows color (decimal): -8771979 or 7677562. OLE color: 7677562.
HSL color Cylindrical-coordinate representation of color #7A2675: hue angle of 303.57º degrees, saturation: 0.52, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7A2675 is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 38 | 117 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.52 |
| HSL | 303.57º | 0.53% | 0.31% | - |
| HSV(B) | 303.57º | 0.69% | 0.48% | - |
| XYZ | 11.93 | 6.81 | 17.51 | - |
| YUV | 72.12 | 153.33 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 38 | 117 | 0 | 0.69 | 0.04 | 0.52 | 303.57 | 0.53 | 0.31 |
| Hex | 7A | 26 | 75 | 0 | 45 | 4 | 34 | 130 | 34 | 1F |
| Octal | 172 | 46 | 165 | 0 | 105 | 4 | 64 | 460 | 64 | 37 |
| Binary | 1111010 | 100110 | 1110101 | 0 | 1000101 | 100 | 110100 | 100110000 | 110100 | 11111 |
Color Harmonies of #7A2675
Complementary color
Monochromatic Colors of #7A2675
Black with #7A2675
Text Example
Text Example
White with #7A2675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A2675; }
p { color: rgb(122,38,117); }
H1.HeaderClassName
{
color: #7A2675;
}
.AnyTagClassName
{
color: #7A2675;
}
</style>
background-color css
<style>
a { background-color: #7A2675; }
a { background-color: rgb(122,38,117); }
div.DivClassName
{
background-color: #7A2675;
}
.BgClassName
{
background-color: #7A2675;
}
</style>
border-color css
<style>
span { border-color: #7A2675; }
span { border-color: rgb(122,38,117); }
td.TdClassName
{
border-color: #7A2675;
}
.TagClassName
{
border-color: #7A2675;
}
</style>