Shades of Dark Purple #7F146A
Tints of Dark Purple #7F146A
RGB
CMYK
RGB Variations
Color information
#7F146A (or 0x7F146A) is known color: Dark Purple. HEX triplet: 7F, 14 and 6A. RGB value is (127,20,106). Sum of RGB (Red+Green+Blue) = 127+20+106=253 (33% of max value = 765). Red value is 127 (50% from 255 or 50.20% from 253); Green value is 20 (8.20% from 255 or 7.91% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 127 - color contains mainly: red. Hex color #7F146A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F146A is #80EB95. Grayscale: #3D3D3D. Windows color (decimal): -8448918 or 6952063. OLE color: 6952063.
HSL color Cylindrical-coordinate representation of color #7F146A: hue angle of 311.78º 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 #7F146A is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 106 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.50 |
| HSL | 311.78º | 0.73% | 0.29% | - |
| HSV(B) | 311.78º | 0.84% | 0.5% | - |
| XYZ | 11.6 | 6.05 | 14.19 | - |
| YUV | 61.8 | 152.95 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 106 | 0 | 0.84 | 0.17 | 0.50 | 311.78 | 0.73 | 0.29 |
| Hex | 7F | 14 | 6A | 0 | 54 | 11 | 32 | 138 | 49 | 1D |
| Octal | 177 | 24 | 152 | 0 | 124 | 21 | 62 | 470 | 111 | 35 |
| Binary | 1111111 | 10100 | 1101010 | 0 | 1010100 | 10001 | 110010 | 100111000 | 1001001 | 11101 |
Color Harmonies of #7F146A
Complementary color
Monochromatic Colors of #7F146A
Black with #7F146A
Text Example
Text Example
White with #7F146A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F146A; }
p { color: rgb(127,20,106); }
H1.HeaderClassName
{
color: #7F146A;
}
.AnyTagClassName
{
color: #7F146A;
}
</style>
background-color css
<style>
a { background-color: #7F146A; }
a { background-color: rgb(127,20,106); }
div.DivClassName
{
background-color: #7F146A;
}
.BgClassName
{
background-color: #7F146A;
}
</style>
border-color css
<style>
span { border-color: #7F146A; }
span { border-color: rgb(127,20,106); }
td.TdClassName
{
border-color: #7F146A;
}
.TagClassName
{
border-color: #7F146A;
}
</style>