Shades of Dark Purple #7D277F
Tints of Dark Purple #7D277F
RGB
CMYK
RGB Variations
Color information
#7D277F (or 0x7D277F) is known color: Dark Purple. HEX triplet: 7D, 27 and 7F. RGB value is (125,39,127). Sum of RGB (Red+Green+Blue) = 125+39+127=291 (38% of max value = 765). Red value is 125 (49.22% from 255 or 42.96% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 127 (50% from 255 or 43.64% from 291); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D277F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D277F is #82D880. Grayscale: #4A4A4A. Windows color (decimal): -8575105 or 8333181. OLE color: 8333181.
HSL color Cylindrical-coordinate representation of color #7D277F: hue angle of 298.64º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #7D277F is Cyan = 0.02, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 39 | 127 | - |
| CMYK | 0.02 | 0.69 | 0 | 0.50 |
| HSL | 298.64º | 0.53% | 0.33% | - |
| HSV(B) | 298.64º | 0.69% | 0.5% | - |
| XYZ | 13.01 | 7.34 | 20.81 | - |
| YUV | 74.75 | 157.49 | 163.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 39 | 127 | 0.02 | 0.69 | 0 | 0.50 | 298.64 | 0.53 | 0.33 |
| Hex | 7D | 27 | 7F | 2 | 45 | 0 | 32 | 12B | 35 | 21 |
| Octal | 175 | 47 | 177 | 2 | 105 | 0 | 62 | 453 | 65 | 41 |
| Binary | 1111101 | 100111 | 1111111 | 10 | 1000101 | 0 | 110010 | 100101011 | 110101 | 100001 |
Color Harmonies of #7D277F
Complementary color
Monochromatic Colors of #7D277F
Black with #7D277F
Text Example
Text Example
White with #7D277F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D277F; }
p { color: rgb(125,39,127); }
H1.HeaderClassName
{
color: #7D277F;
}
.AnyTagClassName
{
color: #7D277F;
}
</style>
background-color css
<style>
a { background-color: #7D277F; }
a { background-color: rgb(125,39,127); }
div.DivClassName
{
background-color: #7D277F;
}
.BgClassName
{
background-color: #7D277F;
}
</style>
border-color css
<style>
span { border-color: #7D277F; }
span { border-color: rgb(125,39,127); }
td.TdClassName
{
border-color: #7D277F;
}
.TagClassName
{
border-color: #7D277F;
}
</style>