Shades of Dark Purple #7F145D
Tints of Dark Purple #7F145D
RGB
CMYK
RGB Variations
Color information
#7F145D (or 0x7F145D) is known color: Dark Purple. HEX triplet: 7F, 14 and 5D. RGB value is (127,20,93). Sum of RGB (Red+Green+Blue) = 127+20+93=240 (31% of max value = 765). Red value is 127 (50% from 255 or 52.92% from 240); Green value is 20 (8.20% from 255 or 8.33% from 240); Blue value is 93 (36.72% from 255 or 38.75% from 240); Max value from RGB is 127 - color contains mainly: red. Hex color #7F145D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F145D is #80EBA2. Grayscale: #3C3C3C. Windows color (decimal): -8448931 or 6100095. OLE color: 6100095.
HSL color Cylindrical-coordinate representation of color #7F145D: hue angle of 319.07º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #7F145D is Cyan = 0, Magento = 0.84, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 20 | 93 | - |
| CMYK | 0 | 0.84 | 0.27 | 0.50 |
| HSL | 319.07º | 0.73% | 0.29% | - |
| HSV(B) | 319.07º | 0.84% | 0.5% | - |
| XYZ | 10.98 | 5.8 | 10.9 | - |
| YUV | 60.32 | 146.45 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 20 | 93 | 0 | 0.84 | 0.27 | 0.50 | 319.07 | 0.73 | 0.29 |
| Hex | 7F | 14 | 5D | 0 | 54 | 1B | 32 | 13F | 49 | 1D |
| Octal | 177 | 24 | 135 | 0 | 124 | 33 | 62 | 477 | 111 | 35 |
| Binary | 1111111 | 10100 | 1011101 | 0 | 1010100 | 11011 | 110010 | 100111111 | 1001001 | 11101 |
Color Harmonies of #7F145D
Complementary color
Monochromatic Colors of #7F145D
Black with #7F145D
Text Example
Text Example
White with #7F145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F145D; }
p { color: rgb(127,20,93); }
H1.HeaderClassName
{
color: #7F145D;
}
.AnyTagClassName
{
color: #7F145D;
}
</style>
background-color css
<style>
a { background-color: #7F145D; }
a { background-color: rgb(127,20,93); }
div.DivClassName
{
background-color: #7F145D;
}
.BgClassName
{
background-color: #7F145D;
}
</style>
border-color css
<style>
span { border-color: #7F145D; }
span { border-color: rgb(127,20,93); }
td.TdClassName
{
border-color: #7F145D;
}
.TagClassName
{
border-color: #7F145D;
}
</style>