Shades of Dark Purple #7A1F84
Tints of Dark Purple #7A1F84
RGB
CMYK
RGB Variations
Color information
#7A1F84 (or 0x7A1F84) is known color: Dark Purple. HEX triplet: 7A, 1F and 84. RGB value is (122,31,132). Sum of RGB (Red+Green+Blue) = 122+31+132=285 (37% of max value = 765). Red value is 122 (48.05% from 255 or 42.81% from 285); Green value is 31 (12.5% from 255 or 10.88% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #7A1F84 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7A1F84 is #85E07B. Grayscale: #454545. Windows color (decimal): -8773756 or 8658810. OLE color: 8658810.
HSL color Cylindrical-coordinate representation of color #7A1F84: hue angle of 294.06º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7A1F84 is Cyan = 0.08, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 122 | 31 | 132 | - |
| CMYK | 0.08 | 0.77 | 0 | 0.48 |
| HSL | 294.06º | 0.62% | 0.32% | - |
| HSV(B) | 294.06º | 0.77% | 0.52% | - |
| XYZ | 12.68 | 6.78 | 22.47 | - |
| YUV | 69.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 31 | 132 | 0.08 | 0.77 | 0 | 0.48 | 294.06 | 0.62 | 0.32 |
| Hex | 7A | 1F | 84 | 8 | 4D | 0 | 30 | 126 | 3E | 20 |
| Octal | 172 | 37 | 204 | 10 | 115 | 0 | 60 | 446 | 76 | 40 |
| Binary | 1111010 | 11111 | 10000100 | 1000 | 1001101 | 0 | 110000 | 100100110 | 111110 | 100000 |
Color Harmonies of #7A1F84
Complementary color
Monochromatic Colors of #7A1F84
Black with #7A1F84
Text Example
Text Example
White with #7A1F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A1F84; }
p { color: rgb(122,31,132); }
H1.HeaderClassName
{
color: #7A1F84;
}
.AnyTagClassName
{
color: #7A1F84;
}
</style>
background-color css
<style>
a { background-color: #7A1F84; }
a { background-color: rgb(122,31,132); }
div.DivClassName
{
background-color: #7A1F84;
}
.BgClassName
{
background-color: #7A1F84;
}
</style>
border-color css
<style>
span { border-color: #7A1F84; }
span { border-color: rgb(122,31,132); }
td.TdClassName
{
border-color: #7A1F84;
}
.TagClassName
{
border-color: #7A1F84;
}
</style>