Shades of Dark Purple #7F185E
Tints of Dark Purple #7F185E
RGB
CMYK
RGB Variations
Color information
#7F185E (or 0x7F185E) is known color: Dark Purple. HEX triplet: 7F, 18 and 5E. RGB value is (127,24,94). Sum of RGB (Red+Green+Blue) = 127+24+94=245 (32% of max value = 765). Red value is 127 (50% from 255 or 51.84% from 245); Green value is 24 (9.77% from 255 or 9.80% from 245); Blue value is 94 (37.11% from 255 or 38.37% from 245); Max value from RGB is 127 - color contains mainly: red. Hex color #7F185E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F185E is #80E7A1. Grayscale: #3E3E3E. Windows color (decimal): -8447906 or 6166655. OLE color: 6166655.
HSL color Cylindrical-coordinate representation of color #7F185E: hue angle of 319.22º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F185E is Cyan = 0, Magento = 0.81, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 94 | - |
| CMYK | 0 | 0.81 | 0.26 | 0.50 |
| HSL | 319.22º | 0.68% | 0.3% | - |
| HSV(B) | 319.22º | 0.81% | 0.5% | - |
| XYZ | 11.1 | 5.97 | 11.16 | - |
| YUV | 62.78 | 145.62 | 173.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 94 | 0 | 0.81 | 0.26 | 0.50 | 319.22 | 0.68 | 0.3 |
| Hex | 7F | 18 | 5E | 0 | 51 | 1A | 32 | 13F | 44 | 1E |
| Octal | 177 | 30 | 136 | 0 | 121 | 32 | 62 | 477 | 104 | 36 |
| Binary | 1111111 | 11000 | 1011110 | 0 | 1010001 | 11010 | 110010 | 100111111 | 1000100 | 11110 |
Color Harmonies of #7F185E
Complementary color
Monochromatic Colors of #7F185E
Black with #7F185E
Text Example
Text Example
White with #7F185E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F185E; }
p { color: rgb(127,24,94); }
H1.HeaderClassName
{
color: #7F185E;
}
.AnyTagClassName
{
color: #7F185E;
}
</style>
background-color css
<style>
a { background-color: #7F185E; }
a { background-color: rgb(127,24,94); }
div.DivClassName
{
background-color: #7F185E;
}
.BgClassName
{
background-color: #7F185E;
}
</style>
border-color css
<style>
span { border-color: #7F185E; }
span { border-color: rgb(127,24,94); }
td.TdClassName
{
border-color: #7F185E;
}
.TagClassName
{
border-color: #7F185E;
}
</style>