Shades of Dark Purple #7A336F
Tints of Dark Purple #7A336F
RGB
CMYK
RGB Variations
Color information
#7A336F (or 0x7A336F) is known color: Dark Purple. HEX triplet: 7A, 33 and 6F. RGB value is (122,51,111). Sum of RGB (Red+Green+Blue) = 122+51+111=284 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.96% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 111 (43.75% from 255 or 39.08% from 284); Max value from RGB is 122 - color contains mainly: red. Hex color #7A336F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A336F is #85CC90. Grayscale: #4E4E4E. Windows color (decimal): -8768657 or 7287674. OLE color: 7287674.
HSL color Cylindrical-coordinate representation of color #7A336F: hue angle of 309.3º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7A336F is Cyan = 0, Magento = 0.58, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 51 | 111 | - |
| CMYK | 0 | 0.58 | 0.09 | 0.52 |
| HSL | 309.3º | 0.41% | 0.34% | - |
| HSV(B) | 309.3º | 0.58% | 0.48% | - |
| XYZ | 12.08 | 7.65 | 15.88 | - |
| YUV | 79.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 51 | 111 | 0 | 0.58 | 0.09 | 0.52 | 309.3 | 0.41 | 0.34 |
| Hex | 7A | 33 | 6F | 0 | 3A | 9 | 34 | 135 | 29 | 22 |
| Octal | 172 | 63 | 157 | 0 | 72 | 11 | 64 | 465 | 51 | 42 |
| Binary | 1111010 | 110011 | 1101111 | 0 | 111010 | 1001 | 110100 | 100110101 | 101001 | 100010 |
Color Harmonies of #7A336F
Complementary color
Monochromatic Colors of #7A336F
Black with #7A336F
Text Example
Text Example
White with #7A336F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A336F; }
p { color: rgb(122,51,111); }
H1.HeaderClassName
{
color: #7A336F;
}
.AnyTagClassName
{
color: #7A336F;
}
</style>
background-color css
<style>
a { background-color: #7A336F; }
a { background-color: rgb(122,51,111); }
div.DivClassName
{
background-color: #7A336F;
}
.BgClassName
{
background-color: #7A336F;
}
</style>
border-color css
<style>
span { border-color: #7A336F; }
span { border-color: rgb(122,51,111); }
td.TdClassName
{
border-color: #7A336F;
}
.TagClassName
{
border-color: #7A336F;
}
</style>