Shades of Dark Purple #7A1D83
Tints of Dark Purple #7A1D83
RGB
CMYK
RGB Variations
Color information
#7A1D83 (or 0x7A1D83) is known color: Dark Purple. HEX triplet: 7A, 1D and 83. RGB value is (122,29,131). Sum of RGB (Red+Green+Blue) = 122+29+131=282 (37% of max value = 765). Red value is 122 (48.05% from 255 or 43.26% from 282); Green value is 29 (11.72% from 255 or 10.28% from 282); Blue value is 131 (51.56% from 255 or 46.45% from 282); Max value from RGB is 131 - color contains mainly: blue. Hex color #7A1D83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1D83 is #85E27C. Grayscale: #444444. Windows color (decimal): -8774269 or 8592762. OLE color: 8592762.
HSL color Cylindrical-coordinate representation of color #7A1D83: hue angle of 294.71º degrees, saturation: 0.64, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A1D83 is Cyan = 0.07, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 122 | 29 | 131 | - |
| CMYK | 0.07 | 0.78 | 0 | 0.49 |
| HSL | 294.71º | 0.64% | 0.31% | - |
| HSV(B) | 294.71º | 0.78% | 0.51% | - |
| XYZ | 12.56 | 6.65 | 22.1 | - |
| YUV | 68.44 | 163.31 | 166.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 29 | 131 | 0.07 | 0.78 | 0 | 0.49 | 294.71 | 0.64 | 0.31 |
| Hex | 7A | 1D | 83 | 7 | 4E | 0 | 31 | 127 | 40 | 1F |
| Octal | 172 | 35 | 203 | 7 | 116 | 0 | 61 | 447 | 100 | 37 |
| Binary | 1111010 | 11101 | 10000011 | 111 | 1001110 | 0 | 110001 | 100100111 | 1000000 | 11111 |
Color Harmonies of #7A1D83
Complementary color
Monochromatic Colors of #7A1D83
Black with #7A1D83
Text Example
Text Example
White with #7A1D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1D83; }
p { color: rgb(122,29,131); }
H1.HeaderClassName
{
color: #7A1D83;
}
.AnyTagClassName
{
color: #7A1D83;
}
</style>
background-color css
<style>
a { background-color: #7A1D83; }
a { background-color: rgb(122,29,131); }
div.DivClassName
{
background-color: #7A1D83;
}
.BgClassName
{
background-color: #7A1D83;
}
</style>
border-color css
<style>
span { border-color: #7A1D83; }
span { border-color: rgb(122,29,131); }
td.TdClassName
{
border-color: #7A1D83;
}
.TagClassName
{
border-color: #7A1D83;
}
</style>