Shades of Purple #7A1085
Tints of Purple #7A1085
RGB
CMYK
RGB Variations
Color information
#7A1085 (or 0x7A1085) is known color: Purple. HEX triplet: 7A, 10 and 85. RGB value is (122,16,133). Sum of RGB (Red+Green+Blue) = 122+16+133=271 (35% of max value = 765). Red value is 122 (48.05% from 255 or 45.02% from 271); Green value is 16 (6.64% from 255 or 5.90% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 133 - color contains mainly: blue. Hex color #7A1085 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7A1085 is #85EF7A. Grayscale: #3C3C3C. Windows color (decimal): -8777595 or 8720506. OLE color: 8720506.
HSL color Cylindrical-coordinate representation of color #7A1085: hue angle of 294.36º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7A1085 is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 16 | 133 | - |
| CMYK | 0.08 | 0.88 | 0 | 0.48 |
| HSL | 294.36º | 0.79% | 0.29% | - |
| HSV(B) | 294.36º | 0.88% | 0.52% | - |
| XYZ | 12.44 | 6.2 | 22.73 | - |
| YUV | 61.03 | 168.62 | 171.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 16 | 133 | 0.08 | 0.88 | 0 | 0.48 | 294.36 | 0.79 | 0.29 |
| Hex | 7A | 10 | 85 | 8 | 58 | 0 | 30 | 126 | 4F | 1D |
| Octal | 172 | 20 | 205 | 10 | 130 | 0 | 60 | 446 | 117 | 35 |
| Binary | 1111010 | 10000 | 10000101 | 1000 | 1011000 | 0 | 110000 | 100100110 | 1001111 | 11101 |
Color Harmonies of #7A1085
Complementary color
Monochromatic Colors of #7A1085
Black with #7A1085
Text Example
Text Example
White with #7A1085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1085; }
p { color: rgb(122,16,133); }
H1.HeaderClassName
{
color: #7A1085;
}
.AnyTagClassName
{
color: #7A1085;
}
</style>
background-color css
<style>
a { background-color: #7A1085; }
a { background-color: rgb(122,16,133); }
div.DivClassName
{
background-color: #7A1085;
}
.BgClassName
{
background-color: #7A1085;
}
</style>
border-color css
<style>
span { border-color: #7A1085; }
span { border-color: rgb(122,16,133); }
td.TdClassName
{
border-color: #7A1085;
}
.TagClassName
{
border-color: #7A1085;
}
</style>