Shades of Dark Purple #7F127B
Tints of Dark Purple #7F127B
RGB
CMYK
RGB Variations
Color information
#7F127B (or 0x7F127B) is known color: Dark Purple. HEX triplet: 7F, 12 and 7B. RGB value is (127,18,123). Sum of RGB (Red+Green+Blue) = 127+18+123=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 123 (48.44% from 255 or 45.90% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F127B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F127B is #80ED84. Grayscale: #3E3E3E. Windows color (decimal): -8449413 or 8065663. OLE color: 8065663.
HSL color Cylindrical-coordinate representation of color #7F127B: hue angle of 302.2º 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 #7F127B is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 18 | 123 | - |
| CMYK | 0 | 0.86 | 0.03 | 0.50 |
| HSL | 302.2º | 0.75% | 0.28% | - |
| HSV(B) | 302.2º | 0.86% | 0.5% | - |
| XYZ | 12.54 | 6.37 | 19.31 | - |
| YUV | 62.56 | 162.11 | 173.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 18 | 123 | 0 | 0.86 | 0.03 | 0.50 | 302.2 | 0.75 | 0.28 |
| Hex | 7F | 12 | 7B | 0 | 56 | 3 | 32 | 12E | 4B | 1C |
| Octal | 177 | 22 | 173 | 0 | 126 | 3 | 62 | 456 | 113 | 34 |
| Binary | 1111111 | 10010 | 1111011 | 0 | 1010110 | 11 | 110010 | 100101110 | 1001011 | 11100 |
Color Harmonies of #7F127B
Complementary color
Monochromatic Colors of #7F127B
Black with #7F127B
Text Example
Text Example
White with #7F127B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F127B; }
p { color: rgb(127,18,123); }
H1.HeaderClassName
{
color: #7F127B;
}
.AnyTagClassName
{
color: #7F127B;
}
</style>
background-color css
<style>
a { background-color: #7F127B; }
a { background-color: rgb(127,18,123); }
div.DivClassName
{
background-color: #7F127B;
}
.BgClassName
{
background-color: #7F127B;
}
</style>
border-color css
<style>
span { border-color: #7F127B; }
span { border-color: rgb(127,18,123); }
td.TdClassName
{
border-color: #7F127B;
}
.TagClassName
{
border-color: #7F127B;
}
</style>