Shades of Dark Purple #7D135E
Tints of Dark Purple #7D135E
RGB
CMYK
RGB Variations
Color information
#7D135E (or 0x7D135E) is known color: Dark Purple. HEX triplet: 7D, 13 and 5E. RGB value is (125,19,94). Sum of RGB (Red+Green+Blue) = 125+19+94=238 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.52% from 238); Green value is 19 (7.81% from 255 or 7.98% from 238); Blue value is 94 (37.11% from 255 or 39.50% from 238); Max value from RGB is 125 - color contains mainly: red. Hex color #7D135E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D135E is #82ECA1. Grayscale: #3B3B3B. Windows color (decimal): -8580258 or 6165373. OLE color: 6165373.
HSL color Cylindrical-coordinate representation of color #7D135E: hue angle of 317.55º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7D135E is Cyan = 0, Magento = 0.85, Yellow = 0.25 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 94 | - |
| CMYK | 0 | 0.85 | 0.25 | 0.51 |
| HSL | 317.55º | 0.74% | 0.28% | - |
| HSV(B) | 317.55º | 0.85% | 0.49% | - |
| XYZ | 10.71 | 5.63 | 11.11 | - |
| YUV | 59.24 | 147.62 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 94 | 0 | 0.85 | 0.25 | 0.51 | 317.55 | 0.74 | 0.28 |
| Hex | 7D | 13 | 5E | 0 | 55 | 19 | 33 | 13E | 4A | 1C |
| Octal | 175 | 23 | 136 | 0 | 125 | 31 | 63 | 476 | 112 | 34 |
| Binary | 1111101 | 10011 | 1011110 | 0 | 1010101 | 11001 | 110011 | 100111110 | 1001010 | 11100 |
Color Harmonies of #7D135E
Complementary color
Monochromatic Colors of #7D135E
Black with #7D135E
Text Example
Text Example
White with #7D135E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D135E; }
p { color: rgb(125,19,94); }
H1.HeaderClassName
{
color: #7D135E;
}
.AnyTagClassName
{
color: #7D135E;
}
</style>
background-color css
<style>
a { background-color: #7D135E; }
a { background-color: rgb(125,19,94); }
div.DivClassName
{
background-color: #7D135E;
}
.BgClassName
{
background-color: #7D135E;
}
</style>
border-color css
<style>
span { border-color: #7D135E; }
span { border-color: rgb(125,19,94); }
td.TdClassName
{
border-color: #7D135E;
}
.TagClassName
{
border-color: #7D135E;
}
</style>