Shades of Dark Purple #7A306F
Tints of Dark Purple #7A306F
RGB
CMYK
RGB Variations
Color information
#7A306F (or 0x7A306F) is known color: Dark Purple. HEX triplet: 7A, 30 and 6F. RGB value is (122,48,111). Sum of RGB (Red+Green+Blue) = 122+48+111=281 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.42% from 281); Green value is 48 (19.14% from 255 or 17.08% from 281); Blue value is 111 (43.75% from 255 or 39.50% from 281); Max value from RGB is 122 - color contains mainly: red. Hex color #7A306F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A306F is #85CF90. Grayscale: #4D4D4D. Windows color (decimal): -8769425 or 7286906. OLE color: 7286906.
HSL color Cylindrical-coordinate representation of color #7A306F: hue angle of 308.92º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7A306F is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 48 | 111 | - |
| CMYK | 0 | 0.61 | 0.09 | 0.52 |
| HSL | 308.92º | 0.44% | 0.33% | - |
| HSV(B) | 308.92º | 0.61% | 0.48% | - |
| XYZ | 11.95 | 7.4 | 15.84 | - |
| YUV | 77.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 48 | 111 | 0 | 0.61 | 0.09 | 0.52 | 308.92 | 0.44 | 0.33 |
| Hex | 7A | 30 | 6F | 0 | 3D | 9 | 34 | 135 | 2C | 21 |
| Octal | 172 | 60 | 157 | 0 | 75 | 11 | 64 | 465 | 54 | 41 |
| Binary | 1111010 | 110000 | 1101111 | 0 | 111101 | 1001 | 110100 | 100110101 | 101100 | 100001 |
Color Harmonies of #7A306F
Complementary color
Monochromatic Colors of #7A306F
Black with #7A306F
Text Example
Text Example
White with #7A306F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A306F; }
p { color: rgb(122,48,111); }
H1.HeaderClassName
{
color: #7A306F;
}
.AnyTagClassName
{
color: #7A306F;
}
</style>
background-color css
<style>
a { background-color: #7A306F; }
a { background-color: rgb(122,48,111); }
div.DivClassName
{
background-color: #7A306F;
}
.BgClassName
{
background-color: #7A306F;
}
</style>
border-color css
<style>
span { border-color: #7A306F; }
span { border-color: rgb(122,48,111); }
td.TdClassName
{
border-color: #7A306F;
}
.TagClassName
{
border-color: #7A306F;
}
</style>