Shades of Dark Purple #7F1F67
Tints of Dark Purple #7F1F67
RGB
CMYK
RGB Variations
Color information
#7F1F67 (or 0x7F1F67) is known color: Dark Purple. HEX triplet: 7F, 1F and 67. RGB value is (127,31,103). Sum of RGB (Red+Green+Blue) = 127+31+103=261 (34% of max value = 765). Red value is 127 (50% from 255 or 48.66% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 103 (40.62% from 255 or 39.46% from 261); Max value from RGB is 127 - color contains mainly: red. Hex color #7F1F67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F1F67 is #80E098. Grayscale: #434343. Windows color (decimal): -8446105 or 6758271. OLE color: 6758271.
HSL color Cylindrical-coordinate representation of color #7F1F67: hue angle of 315º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #7F1F67 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 31 | 103 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.50 |
| HSL | 315º | 0.61% | 0.31% | - |
| HSV(B) | 315º | 0.76% | 0.5% | - |
| XYZ | 11.69 | 6.47 | 13.46 | - |
| YUV | 67.91 | 147.8 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 31 | 103 | 0 | 0.76 | 0.19 | 0.50 | 315 | 0.61 | 0.31 |
| Hex | 7F | 1F | 67 | 0 | 4C | 13 | 32 | 13B | 3D | 1F |
| Octal | 177 | 37 | 147 | 0 | 114 | 23 | 62 | 473 | 75 | 37 |
| Binary | 1111111 | 11111 | 1100111 | 0 | 1001100 | 10011 | 110010 | 100111011 | 111101 | 11111 |
Color Harmonies of #7F1F67
Complementary color
Monochromatic Colors of #7F1F67
Black with #7F1F67
Text Example
Text Example
White with #7F1F67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F1F67; }
p { color: rgb(127,31,103); }
H1.HeaderClassName
{
color: #7F1F67;
}
.AnyTagClassName
{
color: #7F1F67;
}
</style>
background-color css
<style>
a { background-color: #7F1F67; }
a { background-color: rgb(127,31,103); }
div.DivClassName
{
background-color: #7F1F67;
}
.BgClassName
{
background-color: #7F1F67;
}
</style>
border-color css
<style>
span { border-color: #7F1F67; }
span { border-color: rgb(127,31,103); }
td.TdClassName
{
border-color: #7F1F67;
}
.TagClassName
{
border-color: #7F1F67;
}
</style>