Shades of Dark Purple #7F1D6D
Tints of Dark Purple #7F1D6D
RGB
CMYK
RGB Variations
Color information
#7F1D6D (or 0x7F1D6D) is known color: Dark Purple. HEX triplet: 7F, 1D and 6D. RGB value is (127,29,109). Sum of RGB (Red+Green+Blue) = 127+29+109=265 (35% of max value = 765). Red value is 127 (50% from 255 or 47.92% from 265); Green value is 29 (11.72% from 255 or 10.94% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1D6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1D6D is #80E292. Grayscale: #434343. Windows color (decimal): -8446611 or 7150975. OLE color: 7150975.
HSL color Cylindrical-coordinate representation of color #7F1D6D: hue angle of 311.02º degrees, saturation: 0.63, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #7F1D6D is Cyan = 0, Magento = 0.77, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 29 | 109 | - |
| CMYK | 0 | 0.77 | 0.14 | 0.50 |
| HSL | 311.02º | 0.63% | 0.31% | - |
| HSV(B) | 311.02º | 0.77% | 0.5% | - |
| XYZ | 11.95 | 6.49 | 15.09 | - |
| YUV | 67.42 | 151.47 | 170.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 29 | 109 | 0 | 0.77 | 0.14 | 0.50 | 311.02 | 0.63 | 0.31 |
| Hex | 7F | 1D | 6D | 0 | 4D | E | 32 | 137 | 3F | 1F |
| Octal | 177 | 35 | 155 | 0 | 115 | 16 | 62 | 467 | 77 | 37 |
| Binary | 1111111 | 11101 | 1101101 | 0 | 1001101 | 1110 | 110010 | 100110111 | 111111 | 11111 |
Color Harmonies of #7F1D6D
Complementary color
Monochromatic Colors of #7F1D6D
Black with #7F1D6D
Text Example
Text Example
White with #7F1D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1D6D; }
p { color: rgb(127,29,109); }
H1.HeaderClassName
{
color: #7F1D6D;
}
.AnyTagClassName
{
color: #7F1D6D;
}
</style>
background-color css
<style>
a { background-color: #7F1D6D; }
a { background-color: rgb(127,29,109); }
div.DivClassName
{
background-color: #7F1D6D;
}
.BgClassName
{
background-color: #7F1D6D;
}
</style>
border-color css
<style>
span { border-color: #7F1D6D; }
span { border-color: rgb(127,29,109); }
td.TdClassName
{
border-color: #7F1D6D;
}
.TagClassName
{
border-color: #7F1D6D;
}
</style>