Shades of Dark Purple #7F187D
Tints of Dark Purple #7F187D
RGB
CMYK
RGB Variations
Color information
#7F187D (or 0x7F187D) is known color: Dark Purple. HEX triplet: 7F, 18 and 7D. RGB value is (127,24,125). Sum of RGB (Red+Green+Blue) = 127+24+125=276 (36% of max value = 765). Red value is 127 (50% from 255 or 46.01% from 276); Green value is 24 (9.77% from 255 or 8.70% from 276); Blue value is 125 (49.22% from 255 or 45.29% from 276); Max value from RGB is 127 - color contains mainly: red. Hex color #7F187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7F187D is #80E782. Grayscale: #424242. Windows color (decimal): -8447875 or 8198271. OLE color: 8198271.
HSL color Cylindrical-coordinate representation of color #7F187D: hue angle of 301.17º 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 #7F187D is Cyan = 0, Magento = 0.81, Yellow = 0.02 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 24 | 125 | - |
| CMYK | 0 | 0.81 | 0.02 | 0.50 |
| HSL | 301.17º | 0.68% | 0.3% | - |
| HSV(B) | 301.17º | 0.81% | 0.5% | - |
| XYZ | 12.78 | 6.65 | 20.01 | - |
| YUV | 66.31 | 161.12 | 171.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 24 | 125 | 0 | 0.81 | 0.02 | 0.50 | 301.17 | 0.68 | 0.3 |
| Hex | 7F | 18 | 7D | 0 | 51 | 2 | 32 | 12D | 44 | 1E |
| Octal | 177 | 30 | 175 | 0 | 121 | 2 | 62 | 455 | 104 | 36 |
| Binary | 1111111 | 11000 | 1111101 | 0 | 1010001 | 10 | 110010 | 100101101 | 1000100 | 11110 |
Color Harmonies of #7F187D
Complementary color
Monochromatic Colors of #7F187D
Black with #7F187D
Text Example
Text Example
White with #7F187D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F187D; }
p { color: rgb(127,24,125); }
H1.HeaderClassName
{
color: #7F187D;
}
.AnyTagClassName
{
color: #7F187D;
}
</style>
background-color css
<style>
a { background-color: #7F187D; }
a { background-color: rgb(127,24,125); }
div.DivClassName
{
background-color: #7F187D;
}
.BgClassName
{
background-color: #7F187D;
}
</style>
border-color css
<style>
span { border-color: #7F187D; }
span { border-color: rgb(127,24,125); }
td.TdClassName
{
border-color: #7F187D;
}
.TagClassName
{
border-color: #7F187D;
}
</style>