Shades of Dark Purple #7D0D64
Tints of Dark Purple #7D0D64
RGB
CMYK
RGB Variations
Color information
#7D0D64 (or 0x7D0D64) is known color: Dark Purple. HEX triplet: 7D, 0D and 64. RGB value is (125,13,100). Sum of RGB (Red+Green+Blue) = 125+13+100=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 100 (39.45% from 255 or 42.02% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D0D64 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D0D64 is #82F29B. Grayscale: #383838. Windows color (decimal): -8581788 or 6557053. OLE color: 6557053.
HSL color Cylindrical-coordinate representation of color #7D0D64: hue angle of 313.39º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D0D64 is Cyan = 0, Magento = 0.90, Yellow = 0.2 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 13 | 100 | - |
| CMYK | 0 | 0.90 | 0.2 | 0.51 |
| HSL | 313.39º | 0.81% | 0.27% | - |
| HSV(B) | 313.39º | 0.9% | 0.49% | - |
| XYZ | 10.9 | 5.57 | 12.56 | - |
| YUV | 56.41 | 152.61 | 176.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 13 | 100 | 0 | 0.90 | 0.2 | 0.51 | 313.39 | 0.81 | 0.27 |
| Hex | 7D | D | 64 | 0 | 5A | 14 | 33 | 139 | 51 | 1B |
| Octal | 175 | 15 | 144 | 0 | 132 | 24 | 63 | 471 | 121 | 33 |
| Binary | 1111101 | 1101 | 1100100 | 0 | 1011010 | 10100 | 110011 | 100111001 | 1010001 | 11011 |
Color Harmonies of #7D0D64
Complementary color
Monochromatic Colors of #7D0D64
Black with #7D0D64
Text Example
Text Example
White with #7D0D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D0D64; }
p { color: rgb(125,13,100); }
H1.HeaderClassName
{
color: #7D0D64;
}
.AnyTagClassName
{
color: #7D0D64;
}
</style>
background-color css
<style>
a { background-color: #7D0D64; }
a { background-color: rgb(125,13,100); }
div.DivClassName
{
background-color: #7D0D64;
}
.BgClassName
{
background-color: #7D0D64;
}
</style>
border-color css
<style>
span { border-color: #7D0D64; }
span { border-color: rgb(125,13,100); }
td.TdClassName
{
border-color: #7D0D64;
}
.TagClassName
{
border-color: #7D0D64;
}
</style>