Shades of Dark Purple #7D135F
Tints of Dark Purple #7D135F
RGB
CMYK
RGB Variations
Color information
#7D135F (or 0x7D135F) is known color: Dark Purple. HEX triplet: 7D, 13 and 5F. RGB value is (125,19,95). Sum of RGB (Red+Green+Blue) = 125+19+95=239 (31% of max value = 765). Red value is 125 (49.22% from 255 or 52.30% from 239); Green value is 19 (7.81% from 255 or 7.95% from 239); Blue value is 95 (37.5% from 255 or 39.75% from 239); Max value from RGB is 125 - color contains mainly: red. Hex color #7D135F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D135F is #82ECA0. Grayscale: #3B3B3B. Windows color (decimal): -8580257 or 6230909. OLE color: 6230909.
HSL color Cylindrical-coordinate representation of color #7D135F: hue angle of 316.98º 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 #7D135F is Cyan = 0, Magento = 0.85, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 19 | 95 | - |
| CMYK | 0 | 0.85 | 0.24 | 0.51 |
| HSL | 316.98º | 0.74% | 0.28% | - |
| HSV(B) | 316.98º | 0.85% | 0.49% | - |
| XYZ | 10.76 | 5.65 | 11.35 | - |
| YUV | 59.36 | 148.12 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 19 | 95 | 0 | 0.85 | 0.24 | 0.51 | 316.98 | 0.74 | 0.28 |
| Hex | 7D | 13 | 5F | 0 | 55 | 18 | 33 | 13D | 4A | 1C |
| Octal | 175 | 23 | 137 | 0 | 125 | 30 | 63 | 475 | 112 | 34 |
| Binary | 1111101 | 10011 | 1011111 | 0 | 1010101 | 11000 | 110011 | 100111101 | 1001010 | 11100 |
Color Harmonies of #7D135F
Complementary color
Monochromatic Colors of #7D135F
Black with #7D135F
Text Example
Text Example
White with #7D135F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D135F; }
p { color: rgb(125,19,95); }
H1.HeaderClassName
{
color: #7D135F;
}
.AnyTagClassName
{
color: #7D135F;
}
</style>
background-color css
<style>
a { background-color: #7D135F; }
a { background-color: rgb(125,19,95); }
div.DivClassName
{
background-color: #7D135F;
}
.BgClassName
{
background-color: #7D135F;
}
</style>
border-color css
<style>
span { border-color: #7D135F; }
span { border-color: rgb(125,19,95); }
td.TdClassName
{
border-color: #7D135F;
}
.TagClassName
{
border-color: #7D135F;
}
</style>