Shades of Dark Purple #7F396C
Tints of Dark Purple #7F396C
RGB
CMYK
RGB Variations
Color information
#7F396C (or 0x7F396C) is known color: Dark Purple. HEX triplet: 7F, 39 and 6C. RGB value is (127,57,108). Sum of RGB (Red+Green+Blue) = 127+57+108=292 (38% of max value = 765). Red value is 127 (50% from 255 or 43.49% from 292); Green value is 57 (22.66% from 255 or 19.52% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 127 - color contains mainly: red. Hex color #7F396C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F396C is #80C693. Grayscale: #535353. Windows color (decimal): -8439444 or 7092607. OLE color: 7092607.
HSL color Cylindrical-coordinate representation of color #7F396C: hue angle of 316.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F396C is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 108 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.50 |
| HSL | 316.29º | 0.38% | 0.36% | - |
| HSV(B) | 316.29º | 0.55% | 0.5% | - |
| XYZ | 12.92 | 8.52 | 15.15 | - |
| YUV | 83.74 | 141.69 | 158.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 108 | 0 | 0.55 | 0.15 | 0.50 | 316.29 | 0.38 | 0.36 |
| Hex | 7F | 39 | 6C | 0 | 37 | F | 32 | 13C | 26 | 24 |
| Octal | 177 | 71 | 154 | 0 | 67 | 17 | 62 | 474 | 46 | 44 |
| Binary | 1111111 | 111001 | 1101100 | 0 | 110111 | 1111 | 110010 | 100111100 | 100110 | 100100 |
Color Harmonies of #7F396C
Complementary color
Monochromatic Colors of #7F396C
Black with #7F396C
Text Example
Text Example
White with #7F396C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F396C; }
p { color: rgb(127,57,108); }
H1.HeaderClassName
{
color: #7F396C;
}
.AnyTagClassName
{
color: #7F396C;
}
</style>
background-color css
<style>
a { background-color: #7F396C; }
a { background-color: rgb(127,57,108); }
div.DivClassName
{
background-color: #7F396C;
}
.BgClassName
{
background-color: #7F396C;
}
</style>
border-color css
<style>
span { border-color: #7F396C; }
span { border-color: rgb(127,57,108); }
td.TdClassName
{
border-color: #7F396C;
}
.TagClassName
{
border-color: #7F396C;
}
</style>