Shades of Dark Purple #7F3A6D
Tints of Dark Purple #7F3A6D
RGB
CMYK
RGB Variations
Color information
#7F3A6D (or 0x7F3A6D) is known color: Dark Purple. HEX triplet: 7F, 3A and 6D. RGB value is (127,58,109). Sum of RGB (Red+Green+Blue) = 127+58+109=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 58 (23.05% from 255 or 19.73% from 294); Blue value is 109 (42.97% from 255 or 37.07% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3A6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3A6D is #80C592. Grayscale: #545454. Windows color (decimal): -8439187 or 7158399. OLE color: 7158399.
HSL color Cylindrical-coordinate representation of color #7F3A6D: hue angle of 315.65º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7F3A6D is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 58 | 109 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.50 |
| HSL | 315.65º | 0.37% | 0.36% | - |
| HSV(B) | 315.65º | 0.54% | 0.5% | - |
| XYZ | 13.03 | 8.64 | 15.45 | - |
| YUV | 84.45 | 141.86 | 158.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 58 | 109 | 0 | 0.54 | 0.14 | 0.50 | 315.65 | 0.37 | 0.36 |
| Hex | 7F | 3A | 6D | 0 | 36 | E | 32 | 13C | 25 | 24 |
| Octal | 177 | 72 | 155 | 0 | 66 | 16 | 62 | 474 | 45 | 44 |
| Binary | 1111111 | 111010 | 1101101 | 0 | 110110 | 1110 | 110010 | 100111100 | 100101 | 100100 |
Color Harmonies of #7F3A6D
Complementary color
Monochromatic Colors of #7F3A6D
Black with #7F3A6D
Text Example
Text Example
White with #7F3A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3A6D; }
p { color: rgb(127,58,109); }
H1.HeaderClassName
{
color: #7F3A6D;
}
.AnyTagClassName
{
color: #7F3A6D;
}
</style>
background-color css
<style>
a { background-color: #7F3A6D; }
a { background-color: rgb(127,58,109); }
div.DivClassName
{
background-color: #7F3A6D;
}
.BgClassName
{
background-color: #7F3A6D;
}
</style>
border-color css
<style>
span { border-color: #7F3A6D; }
span { border-color: rgb(127,58,109); }
td.TdClassName
{
border-color: #7F3A6D;
}
.TagClassName
{
border-color: #7F3A6D;
}
</style>