Shades of Dark Purple #7D267F
Tints of Dark Purple #7D267F
RGB
CMYK
RGB Variations
Color information
#7D267F (or 0x7D267F) is known color: Dark Purple. HEX triplet: 7D, 26 and 7F. RGB value is (125,38,127). Sum of RGB (Red+Green+Blue) = 125+38+127=290 (38% of max value = 765). Red value is 125 (49.22% from 255 or 43.10% from 290); Green value is 38 (15.23% from 255 or 13.10% from 290); Blue value is 127 (50% from 255 or 43.79% from 290); Max value from RGB is 127 - color contains mainly: blue. Hex color #7D267F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D267F is #82D980. Grayscale: #494949. Windows color (decimal): -8575361 or 8332925. OLE color: 8332925.
HSL color Cylindrical-coordinate representation of color #7D267F: hue angle of 298.65º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7D267F is Cyan = 0.02, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 125 | 38 | 127 | - |
| CMYK | 0.02 | 0.70 | 0 | 0.50 |
| HSL | 298.65º | 0.54% | 0.32% | - |
| HSV(B) | 298.65º | 0.7% | 0.5% | - |
| XYZ | 12.98 | 7.28 | 20.8 | - |
| YUV | 74.16 | 157.82 | 164.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 38 | 127 | 0.02 | 0.70 | 0 | 0.50 | 298.65 | 0.54 | 0.32 |
| Hex | 7D | 26 | 7F | 2 | 46 | 0 | 32 | 12B | 36 | 20 |
| Octal | 175 | 46 | 177 | 2 | 106 | 0 | 62 | 453 | 66 | 40 |
| Binary | 1111101 | 100110 | 1111111 | 10 | 1000110 | 0 | 110010 | 100101011 | 110110 | 100000 |
Color Harmonies of #7D267F
Complementary color
Monochromatic Colors of #7D267F
Black with #7D267F
Text Example
Text Example
White with #7D267F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D267F; }
p { color: rgb(125,38,127); }
H1.HeaderClassName
{
color: #7D267F;
}
.AnyTagClassName
{
color: #7D267F;
}
</style>
background-color css
<style>
a { background-color: #7D267F; }
a { background-color: rgb(125,38,127); }
div.DivClassName
{
background-color: #7D267F;
}
.BgClassName
{
background-color: #7D267F;
}
</style>
border-color css
<style>
span { border-color: #7D267F; }
span { border-color: rgb(125,38,127); }
td.TdClassName
{
border-color: #7D267F;
}
.TagClassName
{
border-color: #7D267F;
}
</style>