Shades of Dark Purple #7F146D
Tints of Dark Purple #7F146D
RGB
CMYK
RGB Variations
Color information
#7F146D (or 0x7F146D) is known color: Dark Purple. HEX triplet: 7F, 14 and 6D. RGB value is (127,20,109). Sum of RGB (Red+Green+Blue) = 127+20+109=256 (33% of max value = 765). Red value is 127 (50% from 255 or 49.61% from 256); Green value is 20 (8.20% from 255 or 7.81% from 256); Blue value is 109 (42.97% from 255 or 42.58% from 256); Max value from RGB is 127 - color contains mainly: red. Hex color #7F146D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F146D is #80EB92. Grayscale: #3D3D3D. Windows color (decimal): -8448915 or 7148671. OLE color: 7148671.
HSL color Cylindrical-coordinate representation of color #7F146D: hue angle of 310.09º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F146D is Cyan = 0, Magento = 0.84, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 109 | - |
| CMYK | 0 | 0.84 | 0.14 | 0.50 |
| HSL | 310.09º | 0.73% | 0.29% | - |
| HSV(B) | 310.09º | 0.84% | 0.5% | - |
| XYZ | 11.76 | 6.12 | 15.03 | - |
| YUV | 62.14 | 154.45 | 174.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 109 | 0 | 0.84 | 0.14 | 0.50 | 310.09 | 0.73 | 0.29 |
| Hex | 7F | 14 | 6D | 0 | 54 | E | 32 | 136 | 49 | 1D |
| Octal | 177 | 24 | 155 | 0 | 124 | 16 | 62 | 466 | 111 | 35 |
| Binary | 1111111 | 10100 | 1101101 | 0 | 1010100 | 1110 | 110010 | 100110110 | 1001001 | 11101 |
Color Harmonies of #7F146D
Complementary color
Monochromatic Colors of #7F146D
Black with #7F146D
Text Example
Text Example
White with #7F146D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F146D; }
p { color: rgb(127,20,109); }
H1.HeaderClassName
{
color: #7F146D;
}
.AnyTagClassName
{
color: #7F146D;
}
</style>
background-color css
<style>
a { background-color: #7F146D; }
a { background-color: rgb(127,20,109); }
div.DivClassName
{
background-color: #7F146D;
}
.BgClassName
{
background-color: #7F146D;
}
</style>
border-color css
<style>
span { border-color: #7F146D; }
span { border-color: rgb(127,20,109); }
td.TdClassName
{
border-color: #7F146D;
}
.TagClassName
{
border-color: #7F146D;
}
</style>