Shades of Dark Purple #7F165E
Tints of Dark Purple #7F165E
RGB
CMYK
RGB Variations
Color information
#7F165E (or 0x7F165E) is known color: Dark Purple. HEX triplet: 7F, 16 and 5E. RGB value is (127,22,94). Sum of RGB (Red+Green+Blue) = 127+22+94=243 (32% of max value = 765). Red value is 127 (50% from 255 or 52.26% from 243); Green value is 22 (8.98% from 255 or 9.05% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 127 - color contains mainly: red. Hex color #7F165E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F165E is #80E9A1. Grayscale: #3D3D3D. Windows color (decimal): -8448418 or 6166143. OLE color: 6166143.
HSL color Cylindrical-coordinate representation of color #7F165E: hue angle of 318.86º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F165E is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 22 | 94 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.50 |
| HSL | 318.86º | 0.7% | 0.29% | - |
| HSV(B) | 318.86º | 0.83% | 0.5% | - |
| XYZ | 11.06 | 5.89 | 11.14 | - |
| YUV | 61.6 | 146.29 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 22 | 94 | 0 | 0.83 | 0.26 | 0.50 | 318.86 | 0.7 | 0.29 |
| Hex | 7F | 16 | 5E | 0 | 53 | 1A | 32 | 13F | 46 | 1D |
| Octal | 177 | 26 | 136 | 0 | 123 | 32 | 62 | 477 | 106 | 35 |
| Binary | 1111111 | 10110 | 1011110 | 0 | 1010011 | 11010 | 110010 | 100111111 | 1000110 | 11101 |
Color Harmonies of #7F165E
Complementary color
Monochromatic Colors of #7F165E
Black with #7F165E
Text Example
Text Example
White with #7F165E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F165E; }
p { color: rgb(127,22,94); }
H1.HeaderClassName
{
color: #7F165E;
}
.AnyTagClassName
{
color: #7F165E;
}
</style>
background-color css
<style>
a { background-color: #7F165E; }
a { background-color: rgb(127,22,94); }
div.DivClassName
{
background-color: #7F165E;
}
.BgClassName
{
background-color: #7F165E;
}
</style>
border-color css
<style>
span { border-color: #7F165E; }
span { border-color: rgb(127,22,94); }
td.TdClassName
{
border-color: #7F165E;
}
.TagClassName
{
border-color: #7F165E;
}
</style>