Shades of Medium Purple #7F61D7
Tints of Medium Purple #7F61D7
RGB
CMYK
RGB Variations
Color information
#7F61D7 (or 0x7F61D7) is known color: Medium Purple. HEX triplet: 7F, 61 and D7. RGB value is (127,97,215). Sum of RGB (Red+Green+Blue) = 127+97+215=439 (58% of max value = 765). Red value is 127 (50% from 255 or 28.93% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 215 (84.38% from 255 or 48.97% from 439); Max value from RGB is 215 - color contains mainly: blue. Hex color #7F61D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F61D7 is #809E28. Grayscale: #767676. Windows color (decimal): -8429097 or 14115199. OLE color: 14115199.
HSL color Cylindrical-coordinate representation of color #7F61D7: hue angle of 255.25º degrees, saturation: 0.6, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F61D7 is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 127 | 97 | 215 | - |
| CMYK | 0.41 | 0.55 | 0 | 0.16 |
| HSL | 255.25º | 0.6% | 0.61% | - |
| HSV(B) | 255.25º | 0.55% | 0.84% | - |
| XYZ | 25.29 | 17.97 | 66.43 | - |
| YUV | 119.42 | 181.94 | 133.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 97 | 215 | 0.41 | 0.55 | 0 | 0.16 | 255.25 | 0.6 | 0.61 |
| Hex | 7F | 61 | D7 | 29 | 37 | 0 | 10 | FF | 3C | 3D |
| Octal | 177 | 141 | 327 | 51 | 67 | 0 | 20 | 377 | 74 | 75 |
| Binary | 1111111 | 1100001 | 11010111 | 101001 | 110111 | 0 | 10000 | 11111111 | 111100 | 111101 |
Color Harmonies of #7F61D7
Complementary color
Monochromatic Colors of #7F61D7
Black with #7F61D7
Text Example
Text Example
White with #7F61D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F61D7; }
p { color: rgb(127,97,215); }
H1.HeaderClassName
{
color: #7F61D7;
}
.AnyTagClassName
{
color: #7F61D7;
}
</style>
background-color css
<style>
a { background-color: #7F61D7; }
a { background-color: rgb(127,97,215); }
div.DivClassName
{
background-color: #7F61D7;
}
.BgClassName
{
background-color: #7F61D7;
}
</style>
border-color css
<style>
span { border-color: #7F61D7; }
span { border-color: rgb(127,97,215); }
td.TdClassName
{
border-color: #7F61D7;
}
.TagClassName
{
border-color: #7F61D7;
}
</style>