Shades of Dark Purple #7D0A64
Tints of Dark Purple #7D0A64
RGB
CMYK
RGB Variations
Color information
#7D0A64 (or 0x7D0A64) is known color: Dark Purple. HEX triplet: 7D, 0A and 64. RGB value is (125,10,100). Sum of RGB (Red+Green+Blue) = 125+10+100=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 10 (4.30% from 255 or 4.26% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0A64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0A64 is #82F59B. Grayscale: #363636. Windows color (decimal): -8582556 or 6556285. OLE color: 6556285.
HSL color Cylindrical-coordinate representation of color #7D0A64: hue angle of 313.04º degrees, saturation: 0.85, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7D0A64 is Cyan = 0, Magento = 0.92, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 10 | 100 | - |
| CMYK | 0 | 0.92 | 0.2 | 0.51 |
| HSL | 313.04º | 0.85% | 0.26% | - |
| HSV(B) | 313.04º | 0.92% | 0.49% | - |
| XYZ | 10.87 | 5.5 | 12.54 | - |
| YUV | 54.65 | 153.6 | 178.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 10 | 100 | 0 | 0.92 | 0.2 | 0.51 | 313.04 | 0.85 | 0.26 |
| Hex | 7D | A | 64 | 0 | 5C | 14 | 33 | 139 | 55 | 1A |
| Octal | 175 | 12 | 144 | 0 | 134 | 24 | 63 | 471 | 125 | 32 |
| Binary | 1111101 | 1010 | 1100100 | 0 | 1011100 | 10100 | 110011 | 100111001 | 1010101 | 11010 |
Color Harmonies of #7D0A64
Complementary color
Monochromatic Colors of #7D0A64
Black with #7D0A64
Text Example
Text Example
White with #7D0A64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0A64; }
p { color: rgb(125,10,100); }
H1.HeaderClassName
{
color: #7D0A64;
}
.AnyTagClassName
{
color: #7D0A64;
}
</style>
background-color css
<style>
a { background-color: #7D0A64; }
a { background-color: rgb(125,10,100); }
div.DivClassName
{
background-color: #7D0A64;
}
.BgClassName
{
background-color: #7D0A64;
}
</style>
border-color css
<style>
span { border-color: #7D0A64; }
span { border-color: rgb(125,10,100); }
td.TdClassName
{
border-color: #7D0A64;
}
.TagClassName
{
border-color: #7D0A64;
}
</style>