Shades of Dark Purple #7A1675
Tints of Dark Purple #7A1675
RGB
CMYK
RGB Variations
Color information
#7A1675 (or 0x7A1675) is known color: Dark Purple. HEX triplet: 7A, 16 and 75. RGB value is (122,22,117). Sum of RGB (Red+Green+Blue) = 122+22+117=261 (34% of max value = 765). Red value is 122 (48.05% from 255 or 46.74% from 261); Green value is 22 (8.98% from 255 or 8.43% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 122 - color contains mainly: red. Hex color #7A1675 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A1675 is #85E98A. Grayscale: #3E3E3E. Windows color (decimal): -8776075 or 7673466. OLE color: 7673466.
HSL color Cylindrical-coordinate representation of color #7A1675: hue angle of 303º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7A1675 is Cyan = 0, Magento = 0.82, Yellow = 0.04 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 22 | 117 | - |
| CMYK | 0 | 0.82 | 0.04 | 0.52 |
| HSL | 303º | 0.69% | 0.28% | - |
| HSV(B) | 303º | 0.82% | 0.48% | - |
| XYZ | 11.52 | 6 | 17.38 | - |
| YUV | 62.73 | 158.63 | 170.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 22 | 117 | 0 | 0.82 | 0.04 | 0.52 | 303 | 0.69 | 0.28 |
| Hex | 7A | 16 | 75 | 0 | 52 | 4 | 34 | 12F | 45 | 1C |
| Octal | 172 | 26 | 165 | 0 | 122 | 4 | 64 | 457 | 105 | 34 |
| Binary | 1111010 | 10110 | 1110101 | 0 | 1010010 | 100 | 110100 | 100101111 | 1000101 | 11100 |
Color Harmonies of #7A1675
Complementary color
Monochromatic Colors of #7A1675
Black with #7A1675
Text Example
Text Example
White with #7A1675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1675; }
p { color: rgb(122,22,117); }
H1.HeaderClassName
{
color: #7A1675;
}
.AnyTagClassName
{
color: #7A1675;
}
</style>
background-color css
<style>
a { background-color: #7A1675; }
a { background-color: rgb(122,22,117); }
div.DivClassName
{
background-color: #7A1675;
}
.BgClassName
{
background-color: #7A1675;
}
</style>
border-color css
<style>
span { border-color: #7A1675; }
span { border-color: rgb(122,22,117); }
td.TdClassName
{
border-color: #7A1675;
}
.TagClassName
{
border-color: #7A1675;
}
</style>