Shades of Dark Purple #7F177E
Tints of Dark Purple #7F177E
RGB
CMYK
RGB Variations
Color information
#7F177E (or 0x7F177E) is known color: Dark Purple. HEX triplet: 7F, 17 and 7E. RGB value is (127,23,126). Sum of RGB (Red+Green+Blue) = 127+23+126=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 23 (9.38% from 255 or 8.33% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F177E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F177E is #80E881. Grayscale: #414141. Windows color (decimal): -8448130 or 8263551. OLE color: 8263551.
HSL color Cylindrical-coordinate representation of color #7F177E: hue angle of 300.58º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #7F177E is Cyan = 0, Magento = 0.82, Yellow = 0.01 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 23 | 126 | - |
| CMYK | 0 | 0.82 | 0.01 | 0.50 |
| HSL | 300.58º | 0.69% | 0.29% | - |
| HSV(B) | 300.58º | 0.82% | 0.5% | - |
| XYZ | 12.82 | 6.63 | 20.34 | - |
| YUV | 65.84 | 161.96 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 23 | 126 | 0 | 0.82 | 0.01 | 0.50 | 300.58 | 0.69 | 0.29 |
| Hex | 7F | 17 | 7E | 0 | 52 | 1 | 32 | 12D | 45 | 1D |
| Octal | 177 | 27 | 176 | 0 | 122 | 1 | 62 | 455 | 105 | 35 |
| Binary | 1111111 | 10111 | 1111110 | 0 | 1010010 | 1 | 110010 | 100101101 | 1000101 | 11101 |
Color Harmonies of #7F177E
Complementary color
Monochromatic Colors of #7F177E
Black with #7F177E
Text Example
Text Example
White with #7F177E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F177E; }
p { color: rgb(127,23,126); }
H1.HeaderClassName
{
color: #7F177E;
}
.AnyTagClassName
{
color: #7F177E;
}
</style>
background-color css
<style>
a { background-color: #7F177E; }
a { background-color: rgb(127,23,126); }
div.DivClassName
{
background-color: #7F177E;
}
.BgClassName
{
background-color: #7F177E;
}
</style>
border-color css
<style>
span { border-color: #7F177E; }
span { border-color: rgb(127,23,126); }
td.TdClassName
{
border-color: #7F177E;
}
.TagClassName
{
border-color: #7F177E;
}
</style>