Shades of Dark Purple #7F126B
Tints of Dark Purple #7F126B
RGB
CMYK
RGB Variations
Color information
#7F126B (or 0x7F126B) is known color: Dark Purple. HEX triplet: 7F, 12 and 6B. RGB value is (127,18,107). Sum of RGB (Red+Green+Blue) = 127+18+107=252 (33% of max value = 765). Red value is 127 (50% from 255 or 50.40% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 107 (42.19% from 255 or 42.46% from 252); Max value from RGB is 127 - color contains mainly: red. Hex color #7F126B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F126B is #80ED94. Grayscale: #3C3C3C. Windows color (decimal): -8449429 or 7017087. OLE color: 7017087.
HSL color Cylindrical-coordinate representation of color #7F126B: hue angle of 311.01º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7F126B is Cyan = 0, Magento = 0.86, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 107 | - |
| CMYK | 0 | 0.86 | 0.16 | 0.50 |
| HSL | 311.01º | 0.75% | 0.28% | - |
| HSV(B) | 311.01º | 0.86% | 0.5% | - |
| XYZ | 11.62 | 6.01 | 14.46 | - |
| YUV | 60.74 | 154.11 | 175.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 107 | 0 | 0.86 | 0.16 | 0.50 | 311.01 | 0.75 | 0.28 |
| Hex | 7F | 12 | 6B | 0 | 56 | 10 | 32 | 137 | 4B | 1C |
| Octal | 177 | 22 | 153 | 0 | 126 | 20 | 62 | 467 | 113 | 34 |
| Binary | 1111111 | 10010 | 1101011 | 0 | 1010110 | 10000 | 110010 | 100110111 | 1001011 | 11100 |
Color Harmonies of #7F126B
Complementary color
Monochromatic Colors of #7F126B
Black with #7F126B
Text Example
Text Example
White with #7F126B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F126B; }
p { color: rgb(127,18,107); }
H1.HeaderClassName
{
color: #7F126B;
}
.AnyTagClassName
{
color: #7F126B;
}
</style>
background-color css
<style>
a { background-color: #7F126B; }
a { background-color: rgb(127,18,107); }
div.DivClassName
{
background-color: #7F126B;
}
.BgClassName
{
background-color: #7F126B;
}
</style>
border-color css
<style>
span { border-color: #7F126B; }
span { border-color: rgb(127,18,107); }
td.TdClassName
{
border-color: #7F126B;
}
.TagClassName
{
border-color: #7F126B;
}
</style>