Shades of Dark Purple #7C1D64
Tints of Dark Purple #7C1D64
RGB
CMYK
RGB Variations
Color information
#7C1D64 (or 0x7C1D64) is known color: Dark Purple. HEX triplet: 7C, 1D and 64. RGB value is (124,29,100). Sum of RGB (Red+Green+Blue) = 124+29+100=253 (33% of max value = 765). Red value is 124 (48.83% from 255 or 49.01% from 253); Green value is 29 (11.72% from 255 or 11.46% from 253); Blue value is 100 (39.45% from 255 or 39.53% from 253); Max value from RGB is 124 - color contains mainly: red. Hex color #7C1D64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C1D64 is #83E29B. Grayscale: #414141. Windows color (decimal): -8643228 or 6561148. OLE color: 6561148.
HSL color Cylindrical-coordinate representation of color #7C1D64: hue angle of 315.16º degrees, saturation: 0.62, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7C1D64 is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 29 | 100 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.51 |
| HSL | 315.16º | 0.62% | 0.3% | - |
| HSV(B) | 315.16º | 0.77% | 0.49% | - |
| XYZ | 11.05 | 6.08 | 12.65 | - |
| YUV | 65.5 | 147.47 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 29 | 100 | 0 | 0.77 | 0.19 | 0.51 | 315.16 | 0.62 | 0.3 |
| Hex | 7C | 1D | 64 | 0 | 4D | 13 | 33 | 13B | 3E | 1E |
| Octal | 174 | 35 | 144 | 0 | 115 | 23 | 63 | 473 | 76 | 36 |
| Binary | 1111100 | 11101 | 1100100 | 0 | 1001101 | 10011 | 110011 | 100111011 | 111110 | 11110 |
Color Harmonies of #7C1D64
Complementary color
Monochromatic Colors of #7C1D64
Black with #7C1D64
Text Example
Text Example
White with #7C1D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C1D64; }
p { color: rgb(124,29,100); }
H1.HeaderClassName
{
color: #7C1D64;
}
.AnyTagClassName
{
color: #7C1D64;
}
</style>
background-color css
<style>
a { background-color: #7C1D64; }
a { background-color: rgb(124,29,100); }
div.DivClassName
{
background-color: #7C1D64;
}
.BgClassName
{
background-color: #7C1D64;
}
</style>
border-color css
<style>
span { border-color: #7C1D64; }
span { border-color: rgb(124,29,100); }
td.TdClassName
{
border-color: #7C1D64;
}
.TagClassName
{
border-color: #7C1D64;
}
</style>