Shades of Dark Purple #7F155E
Tints of Dark Purple #7F155E
RGB
CMYK
RGB Variations
Color information
#7F155E (or 0x7F155E) is known color: Dark Purple. HEX triplet: 7F, 15 and 5E. RGB value is (127,21,94). Sum of RGB (Red+Green+Blue) = 127+21+94=242 (32% of max value = 765). Red value is 127 (50% from 255 or 52.48% from 242); Green value is 21 (8.59% from 255 or 8.68% from 242); Blue value is 94 (37.11% from 255 or 38.84% from 242); Max value from RGB is 127 - color contains mainly: red. Hex color #7F155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F155E is #80EAA1. Grayscale: #3C3C3C. Windows color (decimal): -8448674 or 6165887. OLE color: 6165887.
HSL color Cylindrical-coordinate representation of color #7F155E: hue angle of 318.68º degrees, saturation: 0.72, 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 #7F155E is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 21 | 94 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.50 |
| HSL | 318.68º | 0.72% | 0.29% | - |
| HSV(B) | 318.68º | 0.83% | 0.5% | - |
| XYZ | 11.04 | 5.86 | 11.14 | - |
| YUV | 61.02 | 146.62 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 21 | 94 | 0 | 0.83 | 0.26 | 0.50 | 318.68 | 0.72 | 0.29 |
| Hex | 7F | 15 | 5E | 0 | 53 | 1A | 32 | 13F | 48 | 1D |
| Octal | 177 | 25 | 136 | 0 | 123 | 32 | 62 | 477 | 110 | 35 |
| Binary | 1111111 | 10101 | 1011110 | 0 | 1010011 | 11010 | 110010 | 100111111 | 1001000 | 11101 |
Color Harmonies of #7F155E
Complementary color
Monochromatic Colors of #7F155E
Black with #7F155E
Text Example
Text Example
White with #7F155E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F155E; }
p { color: rgb(127,21,94); }
H1.HeaderClassName
{
color: #7F155E;
}
.AnyTagClassName
{
color: #7F155E;
}
</style>
background-color css
<style>
a { background-color: #7F155E; }
a { background-color: rgb(127,21,94); }
div.DivClassName
{
background-color: #7F155E;
}
.BgClassName
{
background-color: #7F155E;
}
</style>
border-color css
<style>
span { border-color: #7F155E; }
span { border-color: rgb(127,21,94); }
td.TdClassName
{
border-color: #7F155E;
}
.TagClassName
{
border-color: #7F155E;
}
</style>