Shades of Dark Purple #7D1277
Tints of Dark Purple #7D1277
RGB
CMYK
RGB Variations
Color information
#7D1277 (or 0x7D1277) is known color: Dark Purple. HEX triplet: 7D, 12 and 77. RGB value is (125,18,119). Sum of RGB (Red+Green+Blue) = 125+18+119=262 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.71% from 262); Green value is 18 (7.42% from 255 or 6.87% from 262); Blue value is 119 (46.88% from 255 or 45.42% from 262); Max value from RGB is 125 - color contains mainly: red. Hex color #7D1277 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7D1277 is #82ED88. Grayscale: #3D3D3D. Windows color (decimal): -8580489 or 7803517. OLE color: 7803517.
HSL color Cylindrical-coordinate representation of color #7D1277: hue angle of 303.36º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7D1277 is Cyan = 0, Magento = 0.86, Yellow = 0.05 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 18 | 119 | - |
| CMYK | 0 | 0.86 | 0.05 | 0.51 |
| HSL | 303.36º | 0.75% | 0.28% | - |
| HSV(B) | 303.36º | 0.86% | 0.49% | - |
| XYZ | 12 | 6.12 | 18 | - |
| YUV | 61.51 | 160.45 | 173.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 18 | 119 | 0 | 0.86 | 0.05 | 0.51 | 303.36 | 0.75 | 0.28 |
| Hex | 7D | 12 | 77 | 0 | 56 | 5 | 33 | 12F | 4B | 1C |
| Octal | 175 | 22 | 167 | 0 | 126 | 5 | 63 | 457 | 113 | 34 |
| Binary | 1111101 | 10010 | 1110111 | 0 | 1010110 | 101 | 110011 | 100101111 | 1001011 | 11100 |
Color Harmonies of #7D1277
Complementary color
Monochromatic Colors of #7D1277
Black with #7D1277
Text Example
Text Example
White with #7D1277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D1277; }
p { color: rgb(125,18,119); }
H1.HeaderClassName
{
color: #7D1277;
}
.AnyTagClassName
{
color: #7D1277;
}
</style>
background-color css
<style>
a { background-color: #7D1277; }
a { background-color: rgb(125,18,119); }
div.DivClassName
{
background-color: #7D1277;
}
.BgClassName
{
background-color: #7D1277;
}
</style>
border-color css
<style>
span { border-color: #7D1277; }
span { border-color: rgb(125,18,119); }
td.TdClassName
{
border-color: #7D1277;
}
.TagClassName
{
border-color: #7D1277;
}
</style>